Posts

Post not yet marked as solved
1 Replies
298 Views
Good day! According to this page https://developer.apple.com/documentation/xcode/allowing_apps_and_websites_to_link_to_your_content/preparing_your_app_to_be_the_default_browser_or_email_client if app wants to be a default browser it should stop using NSBluetoothAlwaysUsageDescription for scanning and communicating with BLE devices and start using NSBluetoothWhileInUseUsageDescription. It is ok to switch to whileInUseUsage, but there is no such permission I can configure in Info.plist of my app (there are only always and peripheral usage descriptions). Will it be in some future betas? Or how I can switch to this permission?
Posted
by mrdekk.
Last updated
.