1

Im using parse to send push notifications, The problem is that when I send push notifications the top bar in the emulator shows only a white square and not the icon, when I get the notification on the real device, samsung s6, samsung nexus, this is working great(I have tested only on this two devices).the white square is the wrong push image

any ideas?

user1796624
  • 3,665
  • 7
  • 38
  • 65

1 Answers1

0

Due to the new design changes introduced in Android 5.0, you need to use to the notifications only white icons. You can read more about it here: https://developer.android.com/design/patterns/notifications.html#guidelines

The system will automatically convert your icons to white. My suggestion is to you create white notification icons.

You can find more information about it here: https://stackoverflow.com/a/29207365/3482000

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Sandro Machado
  • 9,921
  • 4
  • 36
  • 57