我正在使用以下代码设置我的 applicationIconBadgeNumber:
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:theIntToDisplay];
问题是当我从 iPad 上删除应用程序并重新安装时,应用程序图标仍然显示以前的徽章编号。这是默认的 iOS 行为还是我们可以重置它?
我在Why the applicationIconBadgeNumber is not getting deleted with appliccation 上发现了一个类似的问题?它实际上存储在哪里?,但它没有回答我的问题。