Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download notification not working #35

Open
dheerajbred opened this issue Dec 30, 2019 · 1 comment
Open

Download notification not working #35

dheerajbred opened this issue Dec 30, 2019 · 1 comment

Comments

@dheerajbred
Copy link

dheerajbred commented Dec 30, 2019

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

@yaming116
Copy link
Owner

试试1.0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants