failed gcm registration in android

后端 未结 3 851
太阳男子
太阳男子 2020-12-10 17:13

I\'m trying to deploy an application with push notifications. The problem is that I can not get it to work from a device. While using the emulator, everything is ok but whe

3条回答
  •  隐瞒了意图╮
    2020-12-10 17:34

    In my case I face this problem due to a firewall on the network which blocked URLs and ports of GCM. I solve it temporarily by using a VPN service i.e. Hotspot.

    To solve permanently I allowed following ports and URLs on firewall.

    5228 5229 5230

    All IPs which are listed in Google's ASN of 15169

提交回复
热议问题