Running background services in iOS
I need to code an iOS app that sends data to server every 30 minutes. Can this work when the app is in the background? How reliable it can be? Im_Lp There is no way to perform tasks in the background permanently at the interval of time you are requesting. You may request specific permission via the developer connection but I must warn you that you will need a very compelling argument. I included the documentation below, maybe your request falls within one of the groupings that could run permanently. Or maybe you could use one of the long running background threads and adapt it in such a way