Why Push Notification is not working on Android?

294 views Asked by At

I had push notifications working some time ago, but it is not working anymore.

Is there any issue with Android 8.0?

I did not change the AndroidManifest.xml since the last working version and I checked up the http://docs.gluonhq.com/samples/pushnotes example again.

When sending the message and running the logcat I get the following error message:

No Channel found for pkg=[myPackageName], channelId=null, id=123456, tag=null, opPkg=[myPackageName], callingUid=10298, userId=0, incomingUserId=0, notificationUid=10298, notification=Notification(channel=null pri=2 contentView=null vibrate=default sound=null defaults=0x2 flags=0x10 color=0x00000000 category=event vis=PUBLIC)

This one too:

The Google Play services resources were not found. Check your project configuration to ensure that the resources are included

Any help appreciated!

0

There are 0 answers