Please, I need a clarification regarding:
App Programming Guide for iOS
Background Execution
Understanding When Your App Gets Launched into the Background
Apps that support background execution may be relaunched by the system to handle incoming events. If an app is terminated for any reason other than the user force quitting it, the system launches the app when one of the following events happens:
For location apps:
- The system receives a location update that meets the app’s configured criteria for delivery.
...
In most cases, the system does not relaunch apps after they are force quit by the user. One exception is location apps, which in iOS 8 and later are relaunched after being force quit by the user. In other cases, though, the user must launch the app explicitly or reboot the device before the app can be launched automatically into the background by the system. When password protection is enabled on the device, the system does not launch an app in the background before the user first unlocks the device.
How can I try ? How do I restart the app according to what I read ? Thanks a lot for availability
Massimo Senatore
Firenze Web Division
Italy