-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add NSBluetoothAlwaysUsageDescription for IOS13+ #704
Conversation
nsbluetoothperipheralusagedescription is deprecated in ios 13+ Add NSBluetoothAlwaysUsageDescription in the plugin.xml with old $BLUETOOTH_USAGE_DESCRIPTION variable.
Add NSLocationAlwaysUsageDescription (bluetooth need location too) into plist
@favnec5 which part of this plugin needed NSLocationAlwaysAndWhenInUseUsageDescription? |
…AndWhenInUseUsageDescription. #704
Hi Don,
|
Note : I will test NSLocationAlwaysAndWhenInUseUsageDescription |
I kept the old NSBluetoothPeripheralUsageDescription in the code for iOS 12 devices. I removed the NSLocation* property because I don't think anything in this plugin is requiring it. If I'm wrong, let me know which APIs are the cause and I'll get it added back in. |
I think this is exactly what happened here. |
nsbluetoothperipheralusagedescription is deprecated in Ios 13+
We should add NSBluetoothAlwaysUsageDescription in the plugin.xml with old $BLUETOOTH_USAGE_DESCRIPTION variable.