|
Post by newuser on Jun 7, 2019 14:35:02 GMT
I'm getting the below warning now when uploading app to App Store, is this something I can change or does it require a Rhodes update?
ITMS-90339: Deprecated Info.plist Key - The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle [] that will soon be unsupported. Remove the key, rebuild your app and resubmit.
|
|
|
Post by Dmitry Soldatenkov on Jun 8, 2019 20:53:11 GMT
|
|
|
Post by jontara on Jun 21, 2019 23:43:02 GMT
iTunes Connect upload is not successful with this key present.
WARNING ITMS-90339: "Deprecated Info.plist Key. The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle rhorunner [rhorunner.app] that will soon be unsupported. Remove the key, rebuild your app and resubmit."
|
|
|
Post by jontara on Jun 22, 2019 0:26:59 GMT
Sorry, that was incorrect. iTunes Connect upload IS successful (at least for TestFlight internal test). I had another issue (hadn't filled Compliance info).
|
|
|
Post by jontara on Jun 25, 2019 23:58:12 GMT
Removing this key - alas - has disastrous results. After app goes to background, lots of things are messed-up upon return. UI non-responsive, network operations fail, no real common thread. I have to test this yet with a debug build so that I can see if the log reveals anything useful.
The key will no longer be supported in iOS 13. I suspect that leads to disastrous results...
I saw in a Google search there is a new key that tells iOS that the app DOES run in background, and might have to be used if remove this key.
I will file a Zendesk ticket.
|
|