根据此处的示例,步骤4: -
它说“从Phonegap推送插件修改tokenHandler回调(当然替换”YOUR_PUSHWOOSH_APP_ID“)
修改。建议有一些东西要开始修改。 PushNotification.js(下面没有链接)
https://github.com/phonegap-build/PushPlugin/blob/master/www/PushNotification.js
其他pushwoosh代码,pushwoosh.js
包含要修改的任何此类代码。关于这是什么的任何想法?
答案 0 :(得分:0)
您可以在PushPlugin示例中找到tokenHandler:
https://github.com/phonegap-build/PushPlugin/blob/master/Example/www/index.html
我可以问你为什么不使用Pushwoosh Phonegap Build插件?它具有比GenericPush插件更多的功能。
此示例是一个“随时可用”的应用程序,适用于集成了Pushwoosh插件的Phonegap Build: