I am working on Core Data app which needs to sync data to various platforms including the web. Initially I started integrating Stackmob which seemed a fine candidate to handle this task. Now that Stackmob is apparently shutting down I'm looking for another BaaS framework/service as a replacement. Everyone is suggesting to use Parse.com but parse is an 'always online' service which does not support offline sync. The users of my app need to be able to use the app offline, and sync the cached data as soon as the device has internet connection.
Building my own syncing backend is not an option at this moment since I'm a small developer who has not the time nor the resources to do this. What are my options, are there any similar services which support offline sync for Core Data ?
note: I can't use iCloud since I want to sync to the web.
update: I stumbled upon Simperium which seems to do offline Core Data syncing. Anyone having any experience with this service ?