Hello, I tried to upload the watchOS app that used CoreBluetooth to the AppStore Connect, but failed with errors
The app's Info.plist file should contain a NSBluetoothPeripheralUsageDescription key
The app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription key
After adding these keys to the entitlements file of the application, Xcode reports hat the Provisioning Profile does not contain capabilities for NSBluetoothPeripheralUsageDescription and NSBluetoothAlwaysUsageDescription
Do these capabilities need to be specified on the AppID Configuration page? I did not find the necessary lines for Bluetooth there. Is it possible to use bluetooth devices in the WatchOS application and how to register the necessary permissions?
Thanks