我正在尝试使用PushWoosh实现phonegap的推送,但我实际上没有用文档(指南)清除,我在第4步中遇到问题无法在PushPlugin中找到指定的函数.....我可以请知道在哪里搜索此功能进行修改?
如果有人使用pushwoosh实现了PushNotification,请在下面的评论中告诉我。
答案 0 :(得分:0)
本指南基于PushPlugin示例: https://github.com/phonegap-build/PushPlugin/tree/master/Example/www
特别是这个文件: https://github.com/phonegap-build/PushPlugin/blob/master/Example/www/index.html
另外我建议使用Pushwoosh Phonegap(Build)插件而不是Generic PushPlugin,因为Pushwoosh插件提供了更多的功能和灵活性!