getting EXITING event from IOS twice
using code, uiapplicationexitsonsuspend set true
nativeapplication.nativeapplication.addeventlistener(event.exiting, handleiosevent);
private function handleiosevent(e:event):void {
//my code here... logs event
}
it looks exiting event gets fired twice each time hit home button , send app background... true else? it's problem me
thanks!
More discussions in AIR Development
adobe
Comments
Post a Comment