Close App on iPad?
Did some Googling but couldn't find anything helpful... is there a way to completely close an app when the iPad's home button is pressed?
thanks
Did some Googling but couldn't find anything helpful... is there a way to completely close an app when the iPad's home button is pressed?
thanks
Hi,
The best you can do is set a value in the Info.plist to exit application on suspend. Look at the documentation here to see the list of keys you can set to influence the apps behavior: http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
You would add the following text within your -app.xml <iPhoneAdditions> tag, below the UIDeviceFamily tag:
<key>UIApplicationExitsOnSuspend</key>
<true/>
HTH,
iBrent
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.