0

I am trying to implement pushnotifications for phonegap using PushWoosh but I am actually not cleared with the documentation (Guide) , I am facing problem in the 4TH step unable to find the specified function in PushPlugin .....May I please know where to search for this function for modifications ?

enter image description here

If anyone has implemented PushNotification using pushwoosh please let me know in the comments below.

Lucifer
  • 29,392
  • 25
  • 90
  • 143

1 Answers1

0

This guide is based on PushPlugin example: https://github.com/phonegap-build/PushPlugin/tree/master/Example/www

In particular this file: https://github.com/phonegap-build/PushPlugin/blob/master/Example/www/index.html

Additionaly I would recommend using Pushwoosh Phonegap (Build) Plugin rather than Generic PushPlugin as Pushwoosh plugin provides much more features and flexibility!

shader
  • 2,121
  • 1
  • 13
  • 20