【发布时间】:2013-07-16 11:49:07
【问题描述】:
在尝试从 PhoneGap 上的 config.xml 安装 GenericPush 插件时,它显示错误为 GenericPush 不受支持。我是这样声明的。
<gap:plugin name="GenericPush"/>
由于 phonegap 在 2013 年 7 月 15 日发布了新插件,我也尝试了这个
<gap:plugin name="com.phonegap.plugins.PushPlugin" />
但它不起作用。 帮帮我。
【问题讨论】:
-
知道了
这适用于 android 中的推送通知 -
将其添加为答案并批准
标签: android plugins cordova phonegap-plugins