Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Any version of the plugin no longer works with Phonegap build version CLI.5.2.0 or greater. . #9

Closed
SharonForster opened this issue Aug 15, 2016 · 4 comments

Comments

@SharonForster
Copy link

Use to work great but now build rejects this plugin. I have tried various formats of the thing in config.xml such as
<gap:plugin name="nl.kingsquare.background-audio" version="1.0.1" />
.

Nothing seems to build. I desperately need this plug-in to function in my app. Any help would be appreciated.

@miguelbn
Copy link

miguelbn commented Aug 16, 2016

OK, I figured it out with the help of Phonegap Build Forum.
Actually, the correct config.xml entry should be:
<plugin name="nl.kingsquare.cordova.background-audio" source="npm" />

The readme.md says it should be:
<gap:plugin name="nl.kingsquare.background-audio" />

This doesn't work anymore. The source must be NPM and the plugin ID is different there.

I proposed a change to readme.md to correct this.

@AubreyHewes
Copy link
Owner

I will look into this. Currently the app this was made for does not experience this problem. Though I have understood that we no longer use pgb for that app :-S

@AubreyHewes AubreyHewes mentioned this issue Oct 31, 2016
@AubreyHewes
Copy link
Owner

@miguelbn PR? "I proposed a change to readme.md to correct this."

@AubreyHewes
Copy link
Owner

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants