Receive GCM push notification in node.js app

后端 未结 5 1399
慢半拍i
慢半拍i 2021-01-02 12:22

I\'m building a command-line application in node.js and would like to receive GCM push notifications (the command-line app will be interacting with the same set of services

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-02 12:45

    GCM sends the notifications against the device tokens which are generated from iOS/Android devices when they are registered with push notification servers. If you are thinking of receiving the notifications without devices tokens it is fundamentally incorrect.

提交回复
热议问题