On iOS, the sound stops when my app goes to the background. How can I enable my app to continue to play while in the background?
If you want to support background audio playback, you need to specify it the the iPhone section of application xml.
<key>UIBackgroundModes</key>
+