ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

How to include phonegap-plugin-push 1.9.0 and newer? #152

Open uj opened 7 years ago

uj commented 7 years ago

This builds successfully: "locator": "phonegap-plugin-push@1.8.4"

This does not (the plugin is not in the generated build): "locator": "phonegap-plugin-push@1.9.2"

Is there a way to make the newer 1.9.x versions work? There have been a lot of fixes since 1.8.x

nicobytes commented 7 years ago

I have the same error with ionic package!

screenshot from 2017-02-06 15-35-15

uj commented 7 years ago

Evidently Ionic Cloud does not have CocoaPods yet, which is required. PGB works fine for 1.9.2 though, so I'm using that instead.

djimoh5 commented 7 years ago

Same issue here. Packages built locally work fine, but anything packaged using the ionic cloud is missing the phonegap-plugin-push. We cannot downgrade as we've been testing exclusively with the latest version!

itrethan commented 6 years ago

Anyone progress on this? It should be well documented on the site, this wasted me a whole day.

vovikdrg commented 6 years ago

Same problem here, downgrade push to 1.8.4 and now push works...

peterpan666 commented 6 years ago

Had to install Cocoapods, then run pod setup.

BANG, working!