1

I have an online database on Parse for my application. I haven't unlimited API-Request so i want to ask how create a local cache of my database? When the user do the login, i want to download (sync) all my data and in the app use this data without do more request to Parse. Any suggest?

4

1 回答 1

1

如果您使用 parse SDK,那么它已经提供了缓存。您可以在查询上设置属性(请参阅cachePolicy参考资料)以确定缓存的使用方式。

或者,您可以使用 Core Data(由FTASyncRestKit支持)。

于 2013-10-20T19:08:40.453 回答