PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → 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.
Iniciado por Markus, out., 08 2016 5:21 PM - 4 respostas
Publicado em outubro, 08 2016 - 5:21 PM
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?
Membro registado
3.660 mensagems
Popularité : +175 (223 votes)
Publicado em outubro, 10 2016 - 2:22 PM
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/
Membro registado
9 mensagems
Publicado em outubro, 10 2016 - 6:15 PM
The problem is fixed by pcsoft: http://faq.windev.com/13544-xcode_xcode ... 0-read.awp

Markus
Publicado em janeiro, 07 2017 - 1:36 PM
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!
Membro registado
637 mensagems
Popularité : +36 (36 votes)
Publicado em janeiro, 09 2017 - 11:15 AM
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
Mensagem modificada, janeiro, 09 2017 - 11:18 AM