We have to develop an app which will support data sync operations at some time interval, whether the app is in foreground or in background.
I want to know that in iOS7…
- is it possible to sync data (i.e. call web services) while the app is in background?
- can we access SQLite data base file/can we do DB operations while the app is in background?
- can we run timers in background?
- can we show alerts about some updates while the app is in background?
Thanks in advance.