[iOSアプリ]NSCalendarsUsageDescriptionがなんとかというメール

mac OS10にして、Xcode8にして

アプリをアップデートしようとしたときの話

なかなかビルドが表示されないとおもったら翌日にメールがきていた。

iTunes Connect: Your app “アプリ” has one or more issues

Dear developer,

We have discovered one or more issues with your recent delivery for “アプリ”. 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 NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.

Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The App Store team

Finderのほうから、

[アプリ名]-Info.plistに

ーーー

<key>NSCalendarsUsageDescription</key>

<string>Advertisement would like to create a calendar event.</string>

<key>NSBluetoothPeripheralUsageDescription</key>

<string>Advertisement would like to use bluetooth.</string>

ーーー

を追加して解決!

カレンダーとか使ってないのにと思ったらAdmobが使っているようですね・・・

参考:

【iOS】XCODE8になってからの対処 : アプリニーツ
今まで通りにアップロードはできます。しかし、以下の理由でビルドが無効になりました。This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NS...

—–

コメント

タイトルとURLをコピーしました