【发布时间】:2014-05-23 23:08:42
【问题描述】:
各位专家,您好, 我正在为 SAP 移动项目开发一个 android 应用程序。我正在使用 PHP 服务器端脚本来发送推送通知。在项目下的我的 GCM 帐户上看不到通知。是否无法在 GCM 帐户中查看它们,还是我看错了地方?请帮我解决这个问题。
问候。
【问题讨论】:
标签: push-notification google-cloud-messaging
各位专家,您好, 我正在为 SAP 移动项目开发一个 android 应用程序。我正在使用 PHP 服务器端脚本来发送推送通知。在项目下的我的 GCM 帐户上看不到通知。是否无法在 GCM 帐户中查看它们,还是我看错了地方?请帮我解决这个问题。
问候。
【问题讨论】:
标签: push-notification google-cloud-messaging
如果您尝试从 API 控制台查看 GCM 统计信息,您将看不到任何内容,因为它们未启用。你必须是developer console。
要查看 GCM 应用程序的统计信息和任何错误消息:
- Go to the Developer Console. - Login with your developer account. You will see a page that has a list of all of your apps. - Click on the "statistics" link next to the app for which you want to view GCM stats. Now you are on the statistics page. - Go to the drop-down menu and select the GCM metric you want to view.注意:Google API 控制台上的统计信息未启用 GCM。 您 必须使用开发者控制台。
(Source)
【讨论】: