2

iOS used the device token which is unique and so used for push notification. What is the alternate solution in Android. Can any one help me.

rashii
  • 500
  • 7
  • 17

2 Answers2

3

For Push notification in android we have GCM(Google Cloud Messaging). please follow below link for more information

https://developer.android.com/google/gcm/demo.html

Dinesh Prajapati
  • 9,274
  • 5
  • 30
  • 47
0

If you are asking for unique id of device, then have a look here How to find serial number of Android device?

Or if you need something like push_token, then there is registration_id in both C2DM and GCM

Community
  • 1
  • 1
vasart
  • 6,692
  • 38
  • 39