Android emulator not receiving push notifications

Viewed 76087

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 notifications when i test it on a real device however.

Has anyone else encountered this or found solutions to it? the emulated device has net access and is the same android version as the real one so i cant think of any reason it shouldn't work.

5 Answers

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

Ensure you connected a google account on the emulator

If you reach her, then you can try this answer.

Noting that no need to login in emulator with any google account.

Related