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

notifications: Support "badge count" on iOS #153

Open
chrisbobbe opened this issue Jun 5, 2023 · 1 comment
Open

notifications: Support "badge count" on iOS #153

chrisbobbe opened this issue Jun 5, 2023 · 1 comment
Labels
a-iOS Issues specific to iOS, or requiring iOS-specific work a-notifications
Milestone

Comments

@chrisbobbe
Copy link
Collaborator

Counterpart to zulip/zulip-mobile#438. Quoting from there:

We want to show a badge on the app's icon on the iOS home screen when the user has notifications for messages they haven't read.

I believe what has stalled that issue is a server-side bug with the payloads we're constructing; see discussion: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/iOS.20badge.20count/near/938530

Once servers send the right badge number, we might then need client-side logic (or logic in the push bouncer?) to aggregate those numbers, because the app might be logged into different accounts on different servers. E.g., for logged-in accounts A and B, if there are 3 unread notifications for A, and 2 for B, presumably we should show 5 as the badge count.

@jefferypalmer
Copy link

Upvoting this feature and joining the comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-iOS Issues specific to iOS, or requiring iOS-specific work a-notifications
Projects
Status: No status
Development

No branches or pull requests

3 participants