iOS Question Error on plist when uploading app to App Store

Chicao99

Member
Licensed User
Longtime User
I'm getting the following error when uploading my app:

"Please correct the following issues and upload a new binary to App Store Connect.
ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “Slave Printer.app” bundle should contain a NSBluetoothPeripheralUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required."

But it is declared on my app:

App Plist:
    #iPhoneOrientations: Portrait
    #iPadOrientations: Portrait
    #PlistExtra: <key>NSBluetoothAlwaysUsageDescription</key><string>Bluetooth used to connect to Thermal Printer</string>
    #Target: iPhone
    #ATSEnabled: True
    #MinVersion: 12

Anybody have ever faced this?
 
Top