I have an IOS app and I want to make sure I minimally use the API request to parse.com due to the 30/sec request limitation on the free tier. Could some one please clarify i
From what I have seen using Parse, saving many PFObjects accounts as 1 API call.
However, the thing I don't know about is that if there are any limits on the number of objects to be saved at once and still be considered as 1 API call.
Also I recommend that you test it yourself. Try saving multiple objects at once and see how your API calls number change in the dashboard.
Please note that batch operations will fail as a whole if one object fails (e.g. object does not exist).