nl.kingsquare.cordova.background-audio
v1.0.1
Published
Background Audio for iOS When included within a cordova/phonegap 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 b
Downloads
1,302
Maintainers
Readme
#Background Audio for iOS
Support an iOS application playing audio in the background.
When included within a cordova/phonegap 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.
##Installation
###Local cordova build
cordova plugin add nl.kingsquare.cordova.background-audio
OR
cordova plugin add https://github.com/AubreyHewes/cordova-background-audio.git
###Local phonegap build
phonegap local plugin add nl.kingsquare.cordova.background-audio
OR
phonegap local plugin add https://github.com/AubreyHewes/cordova-background-audio.git
###Remote phonegap build (build.phonegap.com)
Add the following to your config.xml
<gap:plugin name="nl.kingsquare.background-audio" version="1.0.1" />