Copy link to clipboard
Copied
Mac版Animate CC 2017.2にて、AIR SDK25.0.0.134 for iOSを使用しipaを作成しました。
ApplicationLoaderでiTunesConnectへビルドを送信すると、以下のエラーでビルドが拒否されました。
----
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.
Once the required corrections have been made, you can then redeliver the corrected binary.
----
この問題については知っており、AdmobのANEを使用しているので、以下をapp.xmlのInfoAdditionsに追加して、再度ビルドを送信しました。
----
<key>NSCalendarsUsageDescription</key>
<string>Advertisement content may access the calendar.</string>
----
すると、Info.plist keyのエラーは消えたのですが、別の以下エラーによりビルドが拒否されました。
----
Invalid Bundle - A nested bundle doesn't have the right platforms listed in CFBundleSupportedPlatforms Info.plist key.
Once these issues have been corrected, you can then redeliver the corrected binary.
----
こちらについては解決方法が分からず、困っております。
何卒、ご教授ください。
よろしくお願いいたします。
メッセージ編集者: 大学 今中 誤って回答済みをマークを押してしまいました。 本件、まだ解決しておりません。
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now