-1

I implemented Azure NotificationHub push notification. I tested for a couple of devices.

It works on these devices:

  • Samsung J5 phone Android 7.1.1 (API 25)
  • Samsung Tablet A Android 7.1.1 (API 25)

But no push notification is received on a Samsung S9 phone running Android 8.0.0 (API 26)

What could be wrong with the Samsung S9?

Ziad Akiki
  • 2,353
  • 2
  • 19
  • 36
masiboo
  • 3,603
  • 6
  • 42
  • 106

1 Answers1

0

Starting with Android 8, notification requires a NotificationChannel to be shown. The Azure NotificationHub tutorial does not mention NotificationChannels. See also: Notification not showing in Oreo

atarasenko
  • 1,497
  • 11
  • 16