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