I am developing beacon app and i am using Kontkat.io beacon. Beacon monitoring (enter/exit event) is working fine when app is in foreground and background.
In iOS 11 when app is in foreground its working fine but when device is locked then beacon detection is stopped and no enter/exit event fire. I have checked with lower then iOS 11 version and its trigger enter/exit event if device screen is locked or app is in background. Is it a limitation of iOS 11 or am I missing something?
Note:
I have added NSLocationAlwaysAndWhenInUseUsageDescription in info.plist.