1.0.1 • Published 9 years ago

nl.kingsquare.cordova.background-audio v1.0.1

Weekly downloads
351
License
MIT
Repository
github
Last release
9 years ago

#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" />