The Info.plist contains an invalid key 'UIApplicationExitsOnSuspend'

Uploaded ipa to appstore, and got the error:

ERROR ITMS-90339: “This bundle is invalid. The Info.plist contains an invalid key ‘UIApplicationExitsOnSuspend’ in bundle xxx [xxx.app]”

Return status of iTunes Transporter was 1: ERROR ITMS-90339: “This bundle is invalid. The Info.plist contains an invalid key ‘UIApplicationExitsOnSuspend’ in bundle xxx [xxx.app]”

But I cannot find UIApplicationExitsOnSuspend in the Info.plist. I enabled “Raw keys and values”, and cannot find it either. 

1 Like

please post your build.settings

I removed it from my build.settings, as it now appears to be depreciated by Apple.

https://developer.apple.com/documentation/bundleresources/information_property_list/uiapplicationexitsonsuspend

1 Like