I’m running into the following problem with iOS 14.0 previously - with background location permission I could:
- Register for iBeacon region monitoring
- Kill the app from the app switcher
- Tap the screen and see the app relaunched in the console.
- App is running but is not in the app switcher
Retested with iOS14, without precise location my app is no longer being woken up from being terminated from the app switcher.
Re-enabled precise location permission and everything works as before.
What do I need to do to enable the background app to wake up for the iBeacon region without precise location permission?
Or
How do I detect that the precise location permission is missing and notify the user that the app will not work as expected?
