[Resolved] Exit on IOS

Hello community,

My concern is one of the rules of IOS, stating

“Save the current state when stopping, at the finest level of detail possible so that people don’t lose their context when they start the application again. For example, if your app displays scrolling data, save the current scroll position.”

How do I do this? Android worked fine but IOS does not. If I press home button of a iPad then runs the application again it loads back, which according to them, it should go back to the previous state.

How do I this? Help…

Regards, [import]uid: 149900 topic_id: 27756 reply_id: 327756[/import]

Add this line to your iphone > plist section of your build.settings file:

UIApplicationExitsOnSuspend = false, [import]uid: 84637 topic_id: 27756 reply_id: 112467[/import]

Marked as resolved and moved to Developer Support from Critical Showstopping Bugs as is not a bug :wink: [import]uid: 52491 topic_id: 27756 reply_id: 112486[/import]