Question

In my application I will show the badge number in springboard icon. But after the user deletes the application and installs it again, the badge number automatically shows up on the springboard icon.

My question is how to set the badge number to 0 when user deletes my application. Which method it will trigger when user deletes the application?

Thanks.

Was it helpful?

Solution

You should update the badge number the next time the user runs your application.

The only other way to update the badge number is with a push notification, which isn't what you want here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top