-
Notifications
You must be signed in to change notification settings - Fork 57
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
Problems with notification id #137
Comments
Got similar problem |
Same problem for me, quite crazy ID's actually: JS: ID's: -931032346,-934783024,-933941899,-937974642,-935749272,-934308609,-919 Any workaround to identify the schedules created ? |
iOS, Android, or both? |
I only tested on Android so far, will try to check on iOS tomorrow (Don't have a mac here). |
By the way, is there any way to get all the schedule ID's with the AT date included ? Thanks @EddyVerbruggen |
I've always passed in the id's myself so didn't really see this issue on Android (add Also, the promise of And no, currently there's no way to get the date of scheduled notifications. Perhaps a |
The notifications when created get a new
id
the the system creates automatically no matter whatid
I put in my notification.When I call the
getScheduledIds()
method, the ids that show up are not the same that I get when the user clicks on the notification inside theaddOnMessageReceivedCallback
callback so it is impossible to know which notification is being clicked.In the
getScheduledIds()
method I get all id´s negative like-549521321654
but when I get it from the click callback the id is always positive, and a different number.The text was updated successfully, but these errors were encountered: