Android emulator not receiving push notifications

前端 未结 4 513
遇见更好的自我
遇见更好的自我 2020-11-30 09:30

I\'m using push notifications on google cloud, however for some reason i cant receive push notifications on the emulator.

The same application does receive notifica

相关标签:
4条回答
  • 2020-11-30 09:58

    Which target have your emulator? For Google Services like GCM, use a "Google APIs" (any version) target to receive push notifications

    0 讨论(0)
  • 2020-11-30 09:59

    Edit your Android Virtual Machine (AVD) Target to use 'Google APIs' to enable GCM Push Notifications to be received by the emulator.

    enter image description here

    0 讨论(0)
  • 2020-11-30 10:08

    Ensure you connected a google account on the emulator

    0 讨论(0)
  • 2020-11-30 10:23

    Was your emulator receiving Firebase push notifications before? If yes, force reboot your emulator.

    0 讨论(0)
提交回复
热议问题