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

后端 未结 5 786
离开以前
离开以前 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:26

    I'm using PFObject saveAllInBackground:block and regardless if there's a relation to another unsaved object, my api count in Analytics always increases by the number of objects in the array.

提交回复
热议问题