I have an app to play some music, using PhoneGap and html5 audio tag to play audio on iOS. previously it could play music in the background perfectly (with PhoneGap 1.0.0 for iOS), but after I upgraded PhoneGap to 1.5.0(Cordova), I can't get it play on the background anymore.
When I press HOME button, the audio pauses. When I switch back to app, it resumes.
I have already set the Required background modes in the Info.plist with value audio.
So is there something I missed? Thank you.