문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top