我尝试使用Phonegap教程中的标准教程:http://docs.phonegap.com/tutorials/develop/push-notifications/
我已经"发送您的第一次推送",尝试发送到我的Android设备。
phonegap push --deviceID APA91bE1MmeTc92igNoi5OkDWUV --service fcm --payload "{ \"data\": { \"title\": \"Hello\", \"message\": \"World\"} }"
我将设备ID替换为您从注册事件/设备推送ID获得的ID。我收到以下错误:
body: <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>
根据这个我应该稍后尝试,但我已经尝试了多天: GCM push notifications cause 502 Bad Gateway
Phonegap是否遗漏了我应该知道的基本内容,或者教程根本不起作用?如果它不起作用,是否有任何插件建议可以快速启动并运行推送通知?