在我的通知功能中,我为每个通知设置徽章计数为1。打开应用程序时如何将其重置为0?
答案 0 :(得分:2)
请致电:
UIApplication.shared.applicationIconBadgeNumber = 0;
答案 1 :(得分:0)
在AppDelegate.swift文件中添加以下代码。
UIApplication.shared.applicationIconBadgeNumber = 0
方法-func应用程序(_应用程序:UIApplication,didFinishLaunchingWithOptions launchOptions:[UIApplicationLaunchOptionsKey:任何]?)->布尔