2016年10月11日火曜日

Unity5 AdMob Xcode8 ios10対応

Xcode8 ios10からパーミッションの設定が必要になりました。
Unity5 AdMobプラグインを使用する場合はinfo.plistファイルに以下のパーミッションを追加します。Xcodeのプロジェクトにあります。右クリックでソースを表示できます。

info.plistの設定

    <key>NSCalendarsUsageDescription</key>
    <string>広告に使用します。</string>
    <key>NSCameraUsageDescription</key>
    <string>広告に使用します。</string>
    <key>NSBluetoothPeripheralUsageDescription</key>

    <string>広告に使用します。</string>

パーミッションの設定に失敗した場合

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 NSCameraUsageDescription 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

0 件のコメント:

コメントを投稿