pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.63k stars 142 forks source link

Android version and phonegap-plugin-push #312

Closed FranceJ closed 5 years ago

FranceJ commented 6 years ago

The latest versions of several cordova plugins, in this case phonegap-plugin-push, require a more recent cordova-android version than 5.1.1.

For many apps downgrading is a good option, but for phonegap-plugin-push specifically using at least 2.x.x is important. Version 2 supports FCM instead of GCM and as GCM is being deprecated next year it is important to be on this version. Also, even version one requires and android version of 6.0.0.

Are there any plans to upgrade to the most recent version of cordova-android soon? If not, are there any recommendations for how to deal with FCM using PWABuilder?

boyofgreen commented 6 years ago

Hi @FranceJ . We are actually moving away from the cordova version, and will be releasing a new (simpler) android platform: https://github.com/pwa-builder/pwabuilder-android
I'm hoping to get that up within the next two weeks, but you can try it by adding it as a platform within the CLI.

boyofgreen commented 5 years ago

@FranceJ just a heads up, considering we don't have a great alternative for iOS yet, we are going to do one more upgrade to the manifold-cordova package to bring it up to the most recent version of cordova.