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 设备以进行推送通知。
我知道如何在将设备连接到机器时注册设备以进行推送通知。
但是我们如何在不与机器物理连接的情况下通过 GCM 为客户端生成设备注册 ID
谢谢
您必须注册您的注册。为您的应用启用 GCM 推送通知服务的设备 ID。要注册它,您必须从您的设备调用 WS 才能将其注册到您的服务器。
AFAIK 这是不可能的。由于您的注册 ID 将在各种场景(手机重启等)中发生更改,因此您必须将您的注册 ID 更新到您的服务器。为此,您需要将手机连接到服务器。