UNNotificationRequestでローカル通知を行います。 iPhone端末上で時刻日付が管理され通知してくれます。※iOS10以前はUILocalNotificationを使っていましたが、iOS10以降は このクラスを利用してローカルノーティティフェーションを実行することになります。 UNNotificationRequestのクラス階層 NSObject ↑ UNNotificationRequest 参考Appleサイト(英語): 参考:UNNotificationRequest 参考:Using UNUserNotificationCenter to support iOS 10 rich notifications, but the notification never shows up. It only sounds the alert 参考:[iOS 10] Us