Некоторое время назад у меня работали push-уведомления, но они больше не работают.
Есть ли проблема с Android 8.0
?
Я не изменил AndroidManifest.xml
, так какпоследняя рабочая версия, и я снова проверил пример http://docs.gluonhq.com/samples/pushnotes.
При отправке сообщения и запуске logcat
я получаю следующее сообщение об ошибке:
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)
Этот тоже:
The Google Play services resources were not found. Check your project configuration to ensure that the resources are included
Любая помощь приветствуется!