Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了以下代码,但它不起作用。除非我把它放在某个特定的地方。
[[UIApplication sharedApplication] cancelAllLocalNotifications];
cancelAllLocalNotifications将这样做,取消所有以前安排的本地通知。它不会关闭您应用的本地通知功能,您只需确保取消所有以前的通知并且不要发布新通知。无法以编程方式在设置应用程序中关闭该开关。
cancelAllLocalNotifications