-
1. Re: Disable background execution
digitaloranges Sep 25, 2013 3:14 AM (in response to mrsimonrodriguez)I'm all for that too, background execution has caused me a lot of headaches
-
2. Re: Disable background execution
Damanjit Singh Sep 25, 2013 4:25 AM (in response to digitaloranges)Hi could you please share a few more details -
1. What AIR version are you using. Could you please try the latest beta available here - http://labs.adobe.com/downloads/air.html
2. Backround execution is 'off' by default for iOS, unless you opt-in using UIBackgroundModes or nativeApplication.executeInBackground. Did you use either of these? If yes, removing them would disable all background execution for iOS apps.
Hope that helps.
-
3. Re: Disable background execution
mrsimonrodriguez Sep 25, 2013 4:53 AM (in response to Damanjit Singh)Hi! Thanks for the quick respond!
We are using the latest AIR version, redownloaded it again just to be sure.
Have not set any UIBackgroundModes, checked the info.plist file and couldnt find anything there.
And I have not used nativeApplication.executeInBackground, traced it in onActivate and onDeactivate and it says false.
-
4. Re: Disable background execution
Damanjit Singh Sep 25, 2013 9:16 AM (in response to mrsimonrodriguez)This is really strange and not expected. Sounds like a bug.
Could you please log a bug at bugbase.adobe.com with detailed steps to reproduce the same with sample code.
Also, please share the reproduction steps here as well.
-
5. Re: Disable background execution
Maxime J. Mar 5, 2014 10:54 AM (in response to mrsimonrodriguez)Was a bug logged in the bug base, or did you fix your problem? Having same issue here.
-
6. Re: Disable background execution
mrsimonrodriguez Mar 7, 2014 3:50 AM (in response to Maxime J.)I didnt add one, we reworked our texture uploading so the code can run in the background.


