How to quit/exit an iOS app?
NativeApplication.nativeApplication.exit() does not seem to work on iPad!
Using sdk 2.7, it works fine on Flash builder, but once deployed to an iDevice nothing happens, the app does not quit!.
I've already included the extra key in the iPhone InfoAdditions:
<key>UIApplicationExitsOnSuspend</key>
<string>YES</string>
