GCM如何检测具有相同应用的各种设备

时间:2014-08-07 12:43:06

标签: android google-cloud-messaging

我正在开发一款Android应用,想要使用GCM。我已经从各种博客中了解了GCM,但我没有了解GCM如何检测不同的设备。我知道有registration id returned by the GCM server but we are sending project number as sender's id , then how GCM detects various android devices with that app。是否有任何MAC或IMEI号与发件人的ID或什么相符?

任何建议都会有所帮助......

1 个答案:

答案 0 :(得分:0)

据我所知,这可能取决于Secure.ANDROID_ID,您的Application Packages和您的GCM项目编号,

因为我在相同设备上运行的2个应用使用了相同的Project Number,但GCM TOKEN对于这两个应用都有所不同,所以它可能还取决于您Package Android Application }

更多参考:请检查这些链接

What is difference between android device id and device token?

How can we find device token in android emulator for Google Cloud Messaging

希望它有用...