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

IOS | Questioning automatic badge increment #835

Open
JeremyMrn opened this issue Oct 4, 2023 · 1 comment
Open

IOS | Questioning automatic badge increment #835

JeremyMrn opened this issue Oct 4, 2023 · 1 comment

Comments

@JeremyMrn
Copy link

I have an application and a server which notifies the application, I notify using topics and I want to have the notification badge which corresponds to my number of notifications still pending.

The problem is that I notify topics to which people subscribe. When I notify a topic, I don't know the devices that will receive the notification nor the number of notifications not yet seen by the device, so I cannot pass it as a payload parameter.

What should I do in this case? We need a system like Android which automatically increments the badge on the number of pending notifications.

Does this exist? What is the solution ?

@abuttlemur
Copy link

Would this work?, just increment that number

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

2 participants