jjzjj

objNotificationContent

全部标签

ios - 多个 UNUserNotifications 未触发

我正在如下设置多个UNUsernotifications,-(void)viewDidLoad{[superviewDidLoad];notifCount=0;UNUserNotificationCenter*center=[UNUserNotificationCentercurrentNotificationCenter];[centerrequestAuthorizationWithOptions:(UNAuthorizationOptionBadge|UNAuthorizationOptionSound|UNAuthorizationOptionAlert)completionH

ios - 本地通知在 ios10 中不触发

我正在为ios10使用UNUserNotificationCenter。为了测试,我将本地通知设置为从当前时间起10秒。这是我试过的,-(void)viewDidLoad{[superviewDidLoad];UNUserNotificationCenter*center=[UNUserNotificationCentercurrentNotificationCenter];[centerrequestAuthorizationWithOptions:(UNAuthorizationOptionBadge|UNAuthorizationOptionSound|UNAuthorizati