Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 android 应用程序,它向我的 PHP 脚本发送以下信息:mobile_id、os_version、app_version。
是否可以从这些参数中检索 android 设备令牌?我听说你应该以某种方式连接到谷歌来获取它..
但是,我找不到任何关于..
我是android应用程序的新手。任何帮助将不胜感激:)
为此,您需要实施 GCM。
请点击此链接了解详细说明。
谷歌云消息
谢谢。
GCM 已被弃用。改用 FCM:
https://firebase.google.com/docs/cloud-messaging/
与 GCM 相同的平台,但扩展了更多功能。