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 *app = [UIApplication sharedApplication]; NSArray *eventArray = [app scheduledLocalNotifications];