Parse.com - saveAll on PFObject does it account for 1 API call?

后端 未结 5 788
离开以前
离开以前 2020-12-19 13:04

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

5条回答
  •  清歌不尽
    2020-12-19 13:17

    From Parse:

    saveAll attempts to do as few API calls as possible. Usually a call to saveAll results in only one API request. However, if any of the objects in the set has a relation to another unsaved object, that object will have to be saved first, resulting in more API requests.

    https://www.parse.com/questions/saveall-how-many-api-requests

提交回复
热议问题