タグ

UserNotificationsに関するsh2nm0k2のブックマーク (2)

  • iOS 10 時代の Notification - Qiita

    記事は、一般に公開されている情報を元に作成しています ※図は WWDC 2016 の Introduction to Notificationsより引用しています WWDC 2016 で User Notifications Framework が発表されましたね。 これまでは、Remote Notification と Local Notification が別々に存在していましたが、User Notifications Framework の登場により、これらを同じフレームワークでハンドリングできるようになります。 この中で個人的に注目なのは、In-app presentation option(アプリを起動中にも画面上に通知を表示できる)という点。詳しくは後述します。 通知が発生するトリガーとして次の4つが用意されています。 Push Time Interval Calendar

    iOS 10 時代の Notification - Qiita
  • <Swift>iOS 10 User Notifications Framework実装まとめ - Qiita

    TL;DR iOS 10からWWDC 2016で発表されたUser Notifications Frameworkの使用が推奨され、お馴染みの通知系クラスはDeprecated(非推奨)となりました。 UNでは通知にアタッチメント(画像、動画など)が追加可能となり、通知の訴求力の増加が望めます。 この記事では、User Notifications Frameworkを使った実装パターンをまとめて紹介していきます。 参考:iOS10で非推奨になった通知系クラス UILocalNotification UIMutableUserNotificationAction UIMutableUserNotificationCategory UIUserNotificationAction UIUserNotificationCategory UIUserNotificationSettings 環境

    <Swift>iOS 10 User Notifications Framework実装まとめ - Qiita
  • 1