科尔多瓦推送通知插件抛出错误
Posted
技术标签:
【中文标题】科尔多瓦推送通知插件抛出错误【英文标题】:cordova push notification plugin throws error 【发布时间】:2016-01-30 17:09:30 【问题描述】:将 PushNotification 插件添加到我的 cordova 项目(即,cordova 插件添加 https://github.com/phonegap-build/PushPlugin.git)时抛出错误。我读到插件存在一些问题。那么如何使用cordova实现推送通知。我找到了这个链接https://www.npmjs.com/package/cordova-plugin-pushnotification-parsepushnotification 但是没有方法可以在收到通知时触发。如何实现。
【问题讨论】:
【参考方案1】:看看Telerik Push Notifications Plugin,它是基于Phonegap Push Plugin的。你可以找到documentation here.
编辑
由于您想使用 cordova 插件本身,您可以尝试这种解决方法 安装同一插件的早期版本并检查它是否适合您
为此,您可以导航到此link,download 源,然后通过命令在本地安装它
cordova plugin add *Location of the Locally downloaded plugin*
【讨论】:
我想使用cordova插件本身而不是telerik。 谢谢。这个版本有效。但仍在等待最新版本更新以上是关于科尔多瓦推送通知插件抛出错误的主要内容,如果未能解决你的问题,请参考以下文章