I've uploaded an updated version of an existing app to Itunes Store
The app use Bluetooth.
The app store answered this:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.
Xcode version is 8 and B4I is 2.80.
I tried using
but the problem continue.
Any idea? Thank you
The app use Bluetooth.
The app store answered this:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.
Xcode version is 8 and B4I is 2.80.
I tried using
B4X:
#PlistExtra: <key>NSBluetoothPeripheralUsageDescription</key><array><string>Bluetooth used to connect with CGmodule</string></array>
but the problem continue.
Any idea? Thank you