ITMS-90683: Missing Purpose String in Info.plist NSCameraUsageDescription

nativescript picture nativescript · Jun 5, 2019 · Viewed 30.5k times · Source

I upload my app in app store successfully.

App store send me an email like this:

App Store Connect

Dear Developer,

We identified one or more issues with a recent delivery for your app, "Kupona Online" 1.0.2 (1.2). Please correct the following issues, then upload again.

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 NSCameraUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. 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. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).

Best regards,

The App Store Team

To fix this error I put in Info.plist in Xcode 10.2.1 like in this:

image

but nothing happens. App store send me always this error.

How do I fix this error?

Answer

Jeni picture Jeni · Jun 6, 2019

For NSCameraUsageDescription, Add the exact purpose of using camera in the Value column. For example, enter image description here