Keep playing sound after pressing home button in iOS
Hi there!
I have an App that loads an MP3 from a URL and then play it (Flash cs6 - Air 3.9)
In Android (when I publish it as APK) , when user press Power, or Minimize the App, the sound keeps playing (as I want it)
But same code in iOS, when I press Home or Power, the sound get "PAUSED", and keep playing only after I re-activate my App.
I tried to solve it with this line of code:
NativeApplication.nativeApplication.executeInBackground = true;
But no success.
Would anyone please help me what should I do to prevent iOS from PAUSING the sound in my APP after pressing Home and/or Power ?
Thank you in advanced.
