PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → iOS10: This app attempts to access privacy-sensitive data without a usage description.
iOS10: This app attempts to access privacy-sensitive data without a usage description.
Débuté par Markus, 08 oct. 2016 17:21 - 4 réponses
Posté le 08 octobre 2016 - 17:21
Since iOS10, I always get this mail from Appstore when I upload a new build:

Dear developer,
We have discovered one or more issues with your recent delivery for "APP-NAME". To process your delivery, the following issues must be corrected:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
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.
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.
Though you are not required to fix the following issues, we wanted to make you aware of them:
Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from the app's signature. To resolve this, make sure your App ID is enabled for push notification in the Provisioning Portal. Then, sign your app with a distribution provisioning profile that includes the aps-environment entitlement. This will create the correct signature, and you can resubmit your app. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.
Once the required corrections have been made, you can then redeliver the corrected binary.
Regards,
The App Store team

Is there any solution availible?
Membre enregistré
3 654 messages
Popularité : +175 (223 votes)
Posté le 10 octobre 2016 - 14:22
Hi,

What is your email?

--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 9949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/
Membre enregistré
9 messages
Posté le 10 octobre 2016 - 18:15
The problem is fixed by pcsoft: http://faq.windev.com/13544-xcode_xcode ... 0-read.awp

Markus
Posté le 07 janvier 2017 - 13:36
Hi, I have the same problem you had but the link you provides is'nt working anymore. Can you please let me know, how you resolved this problem? Many thanks!
Membre enregistré
637 messages
Popularité : +36 (36 votes)
Posté le 09 janvier 2017 - 11:15
Hi Markus,

You just need to fill in some information when compiling your application and your problem will be solved.
The best way is to fill all the lines even you don't use all options.

An other way to fix that problem is to edit the file Info.plist and then fill in the missing keys. You can do that directly from Xcode.





regards,
Eric.

--
Eric DELATTRE
http://www.yoosite.fr
Message modifié, 09 janvier 2017 - 11:18