UIApplicationExitsOnSuspend warning in application loader.

Today, during the publication of the update I received such a warning in application loader.

“ITMS-90339: Deprecated Info.plist Key - The Info.plist contains a key ‘UIApplicationExitsOnSuspend’ in bundle XXXXX [XXXXX.app] that will soon be unsupported. Remove the key, rebuild your app and resubmit.”

in build.setting I have no UIApplicationExitsOnSuspend

Problem solved, I did not notice that UIApplicationExitsOnSuspend is used twice in my code

Glad you solved it!

Rob

Problem solved, I did not notice that UIApplicationExitsOnSuspend is used twice in my code

Glad you solved it!

Rob