Reputation: 1
In my application i integrated new Google drive Api and done code for login and upload file to Google drive. After successfully upload file. I build the app and upload to Test flight, but the build not uploaded in the test flight. Its shows this Error
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Need push notification entitlement.
But in my application not using camera and push notification.
Referred this link to integrate google drive in my app. iOS Quickstart
Upvotes: 0
Views: 568
Reputation: 620
I had the same problem for more than a week. And finally I found the solution here: https://groups.google.com/forum/#!msg/google-admob-ads-sdk/UmeVUDrcDaw/HIXR0kjUAgAJ. check this url hope this will help you.
Upvotes: 0