expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
445 stars 95 forks source link

missing NSBluetoothPeripheralUsageDescription Info.plist key #12

Closed mathiasnohall closed 3 years ago

mathiasnohall commented 3 years ago

getting this error when trying to upload app to apple testflight for @config-plugins/react-native-ble-plx

ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSBluetoothPeripheralUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data

EvanBacon commented 3 years ago

I see, it wasn't added to the docs: https://github.com/dotintent/react-native-ble-plx/issues/579

EvanBacon commented 3 years ago

Good to go in 0.0.1, will need to update, and prebuild again to see the changes.