I'm trying to create a music player on iOS using Phonegap CLI, and Xcode.
All is working fine, except a big problem is that audio is suspended when the the app is out of focus, or the phone enters standby.
Does anyone know how to keep audio playing in the background like a regular audio player?
I have added the 'Required background Modes' field for audio in the .plist file. Other non C2 phonegap users suggest this but it makes no difference.
I have also tried added the Phonegap media plugin but it seems to make no difference.
Any ideas? Please help!