I'm currently working on an app that should periodically (every minute) perform a network call while the app is backgrounded or killed. This network call will send information to our API.
Is this possible on iOS? How?
I'm currently working on an app that should periodically (every minute) perform a network call while the app is backgrounded or killed. This network call will send information to our API.
Is this possible on iOS? How?
Assuming you want a service like a Social Media app, where it will check in the background every minute for new activity, you should use background execution.
Have a look at this Background Execution tutorial and the Apple Reference for Background Execution.