Install PushWoosh on iOS (PhoneGap/Cordova)

432 views Asked by At

I'm trying to install PushWoosh, but I don't understand the first instruction here:

https://www.pushwoosh.com/programming-push-notification/ios/ios-additional-platforms/push-notification-sdk-integration-for-phonegap/

  1. Install the Plugin source code for Phonegap push notifications into your app by running the following command in the command line: phonegap plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git

I tried that (copy and pasted it into terminal) and it gave me an error: [error] project directory could not be found

1

There are 1 answers

0
eeadev On

if you are using cordova, just use this other command (as with other cordova plugins):

cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git