使用pushwoosh和pushsharp的Phonegap推送通知

时间:2015-05-13 13:36:25

标签: c# push-notification phonegap-build pushsharp pushwoosh

我在我的phonegap移动应用程序中使用pushwoosh插件进行IOS和Android推送通知。使用pushwoosh我得到设备令牌,之后我将设备令牌保存在我的服务器中,最后我使用pushsharp库从我的服务器推送消息。我在IOS中收到通知但在Android中我没有得到任何通知。但是从pushsharp库成功发送通知。我没有得到任何异常,我看到“NotificationSent”方法正在触发。下面是我使用pushsharp发送的json字符串。有没有我需要为Android发送的特定格式?但是如果我从pushwoosh帐户发送消息它正在工作。

"{"message":"Hello","title":"Message From App"}"

1 个答案:

答案 0 :(得分:0)

为什么不使用Pushwoosh API?