-
Notifications
You must be signed in to change notification settings - Fork 0
Home
johanneswuerbach edited this page Nov 15, 2012
·
12 revisions
Please follow the instructions you could find here:
http://android-developers.blogspot.de/2011/03/identifying-app-installations.html
To register a device send an HTTP-Post request to
http://mobile-notifications.softgames.de/devices/app.name
Name | Value |
device[registration_id] | User’s google cloud message identifier |
device[device_id] | Device identifier |
To unregister a device send an HTTP-Delete request to
http://mobile-notifications.softgames.de/devices/app.name/device_id
Example
DELETE devices/de.softgames.tester/c896b2b4-ee28-41ed-8b0c-a5b49a9fa483
Notification you will receive from the Google Cloud Messaging service will contain the following data.
Name | Value |
title | The title of the notification |
message | The text of the notification |