How put app in background on iOS

Hi,

I *want* to give the appearance that my iOS app has terminated.

I know I can’t call native.requestExit () on iOS (well, I can *call* it, but it won’t work :slight_smile:

I don’t care if it truly terminates (#1) or if it’s merely gone into the background, and the user

is at the iOS launch screen.  

BTW, I don’t care that most apps don’t have a feature like that … two wrongs don’t make a right :slight_smile:

The API pages simply focus on “don’t do that” without addressing this question.

thanks,

Stan

#1. Well, I don’t want to tirgger an abort that might cause future problems for the user,

like a crash log or a popup :slight_smile:

Apple will likely reject any app that appears to exit on its own. This is simply now how iOS apps behave in Apple’s vision of how things work and iOS users have the same expectation.

Rob

Apple will likely reject any app that appears to exit on its own. This is simply now how iOS apps behave in Apple’s vision of how things work and iOS users have the same expectation.

Rob