ITMS-90339: Deprecated Info.plist Key - The Info.plist contains a key 'UIApplicationExitsOnSuspend'


の原因となる
  • 新しいiosはUIApplicationExitsOnSuspend
  • を廃棄した.
  • unityこのプロパティを使用して、プログラムがバックグラウンドに入る動作、すなわちhomeキーを押すappの動作
  • を定義する.
    解決策
    There should not be any problem, unless you have a custom behavior in background.
    The default behavior for an iOS 12/11 app is to run in background if the 'UIApplicationExitsOnSuspend' key is not specified.
    
  • カスタムappがバックグラウンドに戻る動作がなければ、この属性を削除すれば
  • になります.
    リファレンス
  • https://issuetracker.unity3d.com/issues/ios-apps-with-uiapplicationexitsonsuspend-in-info-dot-plist-failing-to-pass-apple-store-validation
  • https://forum.unity.com/threads/the-info-plist-contains-a-key-uiapplicationexitsonsuspend.689200/
  • https://docs.unity3d.com/Manual/class-PlayerSettingsiOS.html