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

I do not receive any type of notification #79

Closed
EminDemiri opened this issue Feb 28, 2017 · 4 comments
Closed

I do not receive any type of notification #79

EminDemiri opened this issue Feb 28, 2017 · 4 comments

Comments

@EminDemiri
Copy link

I'm trying to display a notification for the presence of an update on playstore but I do not receive anything, I have no error between the logs.

this is my app: https://play.google.com/store/apps/details?id=com.movisystem.flippycard

and this is the code I use in a fragment
new AppUpdater(getActivity()) .setDisplay(Display.NOTIFICATION) .setUpdateFrom(UpdateFrom.GOOGLE_PLAY) .showAppUpdated(false) .start();

can you help me?

@javiersantos
Copy link
Owner

javiersantos commented Mar 21, 2017

@lbuse
Copy link

lbuse commented Feb 13, 2018

I'm targeting API 27 and I'm not receiving notifications.
After checking the logs, I've found this error:

NotificationService: No Channel found for pkg=my.package, channelId=null, id=0, tag=null, opPkg=my.package, callingUid=10322, userId=0, incomingUserId=0, notificationUid=10322, notification=Notification(channel=null pri=0 contentView=null vibrate=null sound=content://settings/system/notification_sound defaults=0x0 flags=0x18 color=0x00000000 actions=1 vis=PRIVATE)

If I understood correctly, now the channel ID is required.

javiersantos added a commit that referenced this issue Feb 17, 2018
@javiersantos
Copy link
Owner

@lbuse
Copy link

lbuse commented Feb 18, 2018

@javiersantos Perfect! It's working now.

Thank you for the quick response and this awesome lib.

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

3 participants