UpdateApp icon indicating copy to clipboard operation
UpdateApp copied to clipboard

Download notification not working

Open dheerajbred opened this issue 5 years ago • 1 comments

This is my code

            UpdateService.Builder.create(URL)
                    .setDownloadSuccessNotificationFlag(Notification.DEFAULT_ALL)
                    .setDownloadErrorNotificationFlag(Notification.DEFAULT_ALL)
                    .build(MainActivity.this);

Everything is working fine but the Download notification is not showing up. All permissions are there because my app's OneSignal push notifications are working. I tried disabling OneSignal and tried but still the same, not Download notification

It is showing me this in my log

2019-12-30 22:11:01.094 1526-3465/? E/NotificationService: No Channel found for pkg=my.animeprime.app, channelId=null, id=1, tag=null, opPkg=abc.abc.abc, callingUid=10805, userId=0, incomingUserId=0, notificationUid=10805, notification=Notification(channel=null pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0x0 color=0x00000000 vis=PRIVATE)

Any help is really appreciated

dheerajbred avatar Dec 30 '19 16:12 dheerajbred

试试1.0.7

yaming116 avatar Jan 08 '20 09:01 yaming116