Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 114192

Phonegap app NSCalendarsUsageDescription error:This app attempts to access privacy-sensitive data without a usage description

$
0
0

0down votefavorite

 

 

I have phonegap app.I want to upgrade it and I add admob as described here( http://yazilimsozluk.com/phonegap-uygulamaya-admob-ekleme )

I add config.xml to this plugin

<gap:pluginname="cordova-plugin-admob-simple"version="3.3.4"source="npm"/><pluginname="cordova-plugin-whitelist"/>

and add ads code to my index.html

<scripttype="text/javascript"> function onDeviceReady() {   initAd();  } function initAd(){ if ( window.plugins && window.plugins.AdMob ) { var ad_units = { ios : { banner: ....

and then upload my app to build.phonegap...It build it successful.I add .apk to google play and it works very well.Then I try to upload .ipa to apple store but with application loader it give that error.I don't use any NSCalendarsUsageDescription plugin.I don't need any permission for this.Where this come?Why it give that error ?Is admob or cordova-plugin-whitelist plugin include NSCalendarsUsageDescription ?How can I handle this?

Missing Info.plist key - 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.


Viewing all articles
Browse latest Browse all 114192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>