Dharmendra Kanpara
Dharmendra Kanpara

Reputation: 29

FCM notification not work in OREO

I have send fcm notification my Backend to my all app user . Bt notification not send in Android OREO version all other version notification working

Upvotes: 0

Views: 2408

Answers (1)

Andreas Andersson
Andreas Andersson

Reputation: 566

Have you tried adding Notification channels for your messages?

See https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels for more help.

"Starting in Android 8.0 (API level 26), all notifications must be assigned to a channel or it will not appear."

Upvotes: 1

Related Questions