Answered
How to identify if AIR applicaion goes background in IOS
How to identify if AIR applicaion goes background in air ios application.
Do we have any events to notify when app goes background?
How to identify if AIR applicaion goes background in air ios application.
Do we have any events to notify when app goes background?
I'm not at my work machine right now, but you need to utilise the NativeApplication class to do this.
These are the listeners for telling when the app deactivates and activates:
stage.addEventListener(Event.ACTIVATE, fl_Activate);
stage.addEventListener(Event.DEACTIVATE, fl_Deactivate);
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.