I'm writing an iOS app that uses the Dropbox Datastore API to sync data across multiple devices.
On Android, I'm able to tell the service to start on boot, which enables it to sync any changes that may have occurred whilst the device was turned off.
I'm having trouble finding a definitive way to have my app do the same on iOS.
So, does anyone have any recommendations to:
- Run a simple background service efficiently and dependably on iOS.
- Have the service start at boot
This must be possible - apps like Facebook and Gmail start syncing as soon as the device finishes booting.