AIR 3.0 for iOS. My app doesn't go to sleep/iddle mode. Please help
Hello everyone
I have created application in Flash Professional CS5.5 for iOS(iPad) and using AIR3.0, and currently I am at stage of finish and submit to Apple app store.
I noticed that my application is not going to sleep/iddle mode when I run it, then I added:
NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.NORMAL;
but it doesn't work and it is still not going to sleep mode even I set Settings > Auto-Lock > 2 Minutes from iPad.
I have created another testing application with SystemIdleMode.NORMAL and it is working Ok and device is going to sleep/iddle mode.
Please help me what to do or advice what prevents system to go iddle mode. Thanks
