简体   繁体   中英

Use Parse for professional project?

I'm developing an app for iOS. I'd like to connect to a database to write users, passwords, some data related to them etc, so I discovered a thing called Parse. I've integrated it to my app and it works fine but I don't know if it's any limit (eg limit writes, limited in daily access... -I'm not paying any amount-).

Would you consider that it's better to program by myself a web service, an api, call it whatever, and make the write and read manually?

The biggest limits with Parse are their API requests per limit. They start out at 30/s free and the it gets more expensive from there. So if you're never going to have that many users/API requests then it can remain free for some time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM