ios - Core Data cloud sync -
I am working on the core data app, which requires different platforms including the web to synchronize the data. Initially, I started putting up a good candidate to handle this task. Now StaxMob is apparently shutting down. I'm seeing another bass framework / service as a replacement, everybody is suggesting using it but Pars is a 'always online' service which does not support offline sync My app's users need to be able to use app offline, and as soon as the device has an internet connection, cached data is synchronized And takes.
At this time there is not an option to create my own sync backend. I 'a small developer who did not give time to do so and neither resources. What are my options, are there any services that support offline syncing for core data?
Note: Since I want to sync to the web, I can not use iCloud.
UPDATE: I feel that the offline core data stuck on syncing but no person with any experience with this service?
You can use wrapper which allows you to use core data. This gives you offline use, core data and a JavaScript API for your web component.
There is also a Core Data-Native, and there is a REST API for Web Usage. / P>
If you can drop the requirements for the Web, the solutions are similar to those that work with several backends (like iCloud, Dropbox). (Disclosure: I develop Ensemble)
Comments
Post a Comment