No notification bar appears

Hi,

Page 552 - I’ve created the code for the notification bar, but it won’t appear in my notification window. The log shows the polling is happening OK but there is just no notification.

Any ideas?

Ben

Ah it’s turned up but only a NEW result - my mistake, you have to wait for a new result for the notification I didn’t look at the code closely enough. I’ll leave this here for anyone else.

yeah it was my mistake too :roll_eyes:

no notification for me: Android Studio says the NotificationCompat.Builder constructor is deprecated.
By reading the doc, I found a second parameter was required (called CHANNEL_ID).
Anybody has got an idea about that? it seems not trivial.