PhoneGap Build Public Plugin Repository Shutting Down

Phonegap no longer supports the cordova plugins that we used to create native apps.
This includes all public plugins AND Cordova / PhoneGap core plugins.

Are there other options to generate native apps, or is there a solution to change the config.xml and add private plugins to phonegap?

http://phonegap.com/blog/2016/10/13/pgb-repository-shutting-down/

I think I just solved this, you have to change the plugin’s sources in your config.xml file like this:

3 Likes

Correct cho! It`s just a matter switching over to NPM, most plugins are there.
If you are storing your mobile project with GIT I would suggest checking in the plugins to your repository as well just in case.

2 Likes