Can we bypass RequestAuthorizationWhenInUse to force notifications

If we have a private network environment and actually want forced notifications / BLE sniffing can we omit [RequestAuthorizationWhenInUse] and program ibeacons. What if we aren’t using the app store and are provisioning apps on devices ourselves?

Afraid not. None of the ranging/monitoring methods will work until authorization is requested and granted – that’s simply hard-coded on the iOS level and applies equally to apps submitted through the App Store, and those provisioned yourself.

Thank you for your quick reply