我正在开发一款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或什么相符?
任何建议都会有所帮助......
答案 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
希望它有用...