| tags:swift categories:develop

NotificationSettings認証設定

iOS8になりアプリケーションバッジや音等、ユーザーの認証が必要になっています。

AppDelegateに処理を入れてしまいます。

 application.registerUserNotificationSettings(UIUserNotificationSettings(
  forTypes: UIUserNotificationType.Sound | UIUserNotificationType.Alert | UIUserNotificationType.Badge,
  categories: nil))

以前コピペでUIUserNotificationType.Soundを付け忘れ長い事音が鳴らないソフトになっていた事があるので、ちょっと注意して必要なものだけ入れるようにしてます。(必要なくても全部入れても良いのだけども。。。)

See Also

🏝 tipping

🌷 sat ⚡️ goozenlab@getalby.com
🌻 bitcoin : bc1qnjhnsxgqah050995dkdveav4y3t3d7uxyme4ud

If you do send a tip, Please email me so that I can say thank you.