Is it possible to have my app run in the background only if audio is playing?
I tried adding NativeApplication.nativeapplication.executeInBackground = true during playback function and false when the sound completes or the stop button pressed, but it crashes if the sound stops while in the background.
Thanks
Craig