I have an app that is monitoring one beacon region.
The app performs region monitoring in background and once the app detects an iBeacon it sends a local notification to the user.
Background monitoring works even if I close the app and swipe it away from multitasking.
The problem:
If the user reboots the device, the app stops monitoring for regions until the user opens the app again.
Is there any way to make the background region monitoring automatically start on reboot?
Is this an iOS limit?
Thank you