We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.

關於GCM Server Helper

簡單的方法來完成與谷歌雲消息傳遞的服務器端集成

GCM Server Helper is intended to ease the server-side integration with Google Cloud Messaging (GCM).

Prerequisites:

- Create a project on you android dev console

- Enable the GCM API from the project console

- Generate a key for server applications

Instructions:

1. Enter your project number

2. Hit the register button

3. Send the assigned GCM registration id by email to you server\'s developer workstation

4. On the server side, send an HTTP POST message to https://android.googleapis.com/gcm/send with the following characteristics:

http headers: Content-Type: application/json, Authorization: key=XXXXXX

http body: {

"registration_ids":["YYYYYY"],

"delay_while_idle":true,

"data" :

{ "whatever_field_you_want":"whatever_data_you_want"

}

}

where XXXXXX=your_server_api_key and YYYYYY=your_gcm_registration_id

5. Your mobile should vibrate and either show you a notification or display the received GCM message in the app if opened.

最新版本1.0更新日誌

Last updated on 2016年02月18日

Minor bug fixes and improvements. Install or update to the newest version to check it out!

翻譯中...

更多應用信息

最新版本

請求 GCM Server Helper 更新 1.0

上傳者

Zakir Shaikh

系統要求

Android 4.0.3+

更多

GCM Server Helper 螢幕截圖

語言
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
成功!
您已訂閱我們的郵件通知。