Reputation: 2793
I am designing an app that will make extensive use of the Parse Config parameters as a way to A/B test code changes without having to resubmit the app to the App/Play Stores.
Because Parse offers Objects for their parameters, I will be storing large data sets (like monster spawn stats) and game settings in these parameters.
I've checked the Parse website, the help docs, and the billing pages, but was unable to find the limits for number of parameters and size of parameters.
What are the limits on:
Any help?
Upvotes: 0
Views: 124
Reputation: 1804
We currently allow up to 100 parameters in your config and a total size of 128KB across all parameters.
https://parse.com/docs/ios/guide#config-parameters
Upvotes: 1