有没有办法在android cordova应用上向特定用户发送推送通知?
我按照教程从https://codesundar.com/lesson/phonegap-plugin-push/发送推送通知
但并没有说明如何向具体用户发送推送消息
发布于 2018-02-18 23:05:52
你可以在这里找到它:Push notifications
从PhoneGap CLI release 6.2.0和PhoneGap Developer App release 1.6.2开始,您现在可以测试推送通知功能,而无需为设置谷歌云消息传递项目或iOS的苹果推送通知服务(APNs)认证。
https://stackoverflow.com/questions/48852729
复制相似问题