Support an iOS application playing audio in the background.
When included within a cordova build then the application will support background audio for iOS out of the box. No further action is necessary.
This negates having to use location/other solutions that may not be accepted by Apple.
cordova plugin add nl.kingsquare.cordova.background-audio
# OR
cordova plugin add https://github.com/AubreyHewes/cordova-background-audio.git # latest
ionic plugin add nl.kingsquare.cordova.background-audio
# OR
ionic plugin add https://github.com/AubreyHewes/cordova-background-audio.git # latest
phonegap local plugin add nl.kingsquare.cordova.background-audio
# or
phonegap local plugin add https://github.com/AubreyHewes/cordova-background-audio.git # latest
Add the following to your config.xml
<gap:plugin name="nl.kingsquare.cordova.background-audio" source="npm" />