2014-05-23 178 views
0

Hello Experts, 我正在爲SAP移動項目開發一個android應用程序。我使用PHP服務器端腳本發送推送通知。該項目下的我的GCM帳戶上未顯示通知。是不是可以在GCM賬戶中查看它們,或者我在看一些錯誤的地方?請幫我解決一下這個。在GCM中查看推送通知

問候。

回答

1

如果您嘗試從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. 

統計上的谷歌API控制檯沒有爲GCM啓用。您的 必須使用開發者控制檯。

Source

+0

謝謝葉蘭。 Google Play開發者控制檯需要使用高級帳戶才能登錄。我不打算爲這個小測試買一個。我將完成android部分並嘗試在設備中查看它。感謝你的幫助。 :) – Hari