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
augment the previous case to “when notifications TAB is opened ON ANY CLIENT, send a CLEAR ALL (badge-reset) notification to the remaining devices.”
This way, if you see the notifications tab on iOS, a few seconds later the pending notifications on any other device (being it iOS or Android or the web) should be dismissed and the badge should be cleared.
This is being synced by Simperium, so basically when you see the notifications tab on Android atm Simperium syncs the meta bucket and changes are reflected on the web, but for some reason the push notification is not being triggered for mobile devices (for instance for iOS atm). (This is not strictly Android work, rather it is likely going to be backend work on API and Simperium, but leaving it here for consistency in my incremental approach.) EDIT: this has proven be tackled by Simperium among iOS devices / the web, and with the addition of the previous Send "read signal" PNs to automatically dismiss notifications on Android when Notifications Tab is seen on the web #4438 issue this will be tackled as well
I’ve split the notifications sync work into tackling 3 broadly incremental cases
This is what we are doing already for iOS and the web, and my patch augments its scope to do the same thing for Android.
PR sent here: Issue/4438 pn read signal clear all #4444
This way, if you see the notifications tab on iOS, a few seconds later the pending notifications on any other device (being it iOS or Android or the web) should be dismissed and the badge should be cleared.
This is being synced by Simperium, so basically when you see the notifications tab on Android atm Simperium syncs the
metabucket and changes are reflected on the web, but for some reason the push notification is not being triggered for mobile devices (for instance for iOS atm).(This is not strictly Android work, rather it is likely going to be backend work on API and Simperium, but leaving it here for consistency in my incremental approach.)
EDIT: this has proven be tackled by Simperium among iOS devices / the web, and with the addition of the previous Send "read signal" PNs to automatically dismiss notifications on Android when Notifications Tab is seen on the web #4438 issue this will be tackled as well
EDIT this will need special treatment on iOS, as this can only be tackled starting on iOS 10