You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I am using stacking notifications. On my devices IOS & Android I received multiple notifications as desired. When I click on any one of those notifications my app processes the notification clicked. When I go back to my notifications the other notifications I had not yet clicked on are all missing.
Should I have been able to process the other notifications when I processed the first notification? Or should the other notifications wait for the user to act upon them?
Also maybe related, my badge count will show "1" even if I have "3" notifications.
The text was updated successfully, but these errors were encountered:
When I stopped calling setApplicationIconBadgeNumber my problem of messages being deleted went away. The badge number was not working correctly so I'll just skip that part.
I am using stacking notifications. On my devices IOS & Android I received multiple notifications as desired. When I click on any one of those notifications my app processes the notification clicked. When I go back to my notifications the other notifications I had not yet clicked on are all missing.
Should I have been able to process the other notifications when I processed the first notification? Or should the other notifications wait for the user to act upon them?
Also maybe related, my badge count will show "1" even if I have "3" notifications.
The text was updated successfully, but these errors were encountered: