Android 推送通知 GCM php 和 MySQL

Android Push notification GCM php and MySQL

大家好,我是 php 和 sql 的新手。我正在开发 android 推送通知应用程序,然后是 this tutorial

我已经创建了 gcm 数据库和 table。当我从 test.php 插入数据时,我从 register.php 得到以下错误,.. 但输入的数据正确存储在数据库中。

在 config.php 中,我从 google 项目中设置了 API KEY 这是 post 请求 url https://android.googleapis.com/gcm/send

这是错误 {"multicast_id":6982561382500500424,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}

感谢任何帮助

您在 test.php 中使用的 registrationId 应该是客户端应用收到的有效 registrationId。

以下是有关所有可能的错误响应及其含义的更多详细信息: Interpreting Error Codes

您可能会从 Google 中弄错 API KEY。你应该选择"Create a new server key"