Skip to content

Instantly share code, notes, and snippets.

@clowestab
Created August 3, 2017 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clowestab/d4444b8e1a71a5bc3746a9faca01a3f9 to your computer and use it in GitHub Desktop.
Save clowestab/d4444b8e1a71a5bc3746a9faca01a3f9 to your computer and use it in GitHub Desktop.
let types = UIUserNotificationSettings(forTypes: [UIUserNotificationType.Alert, UIUserNotificationType.Badge, UIUserNotificationType.Sound], categories: nil)
UIApplication.sharedApplication().registerUserNotificationSettings(types)
UIApplication.sharedApplication().registerForRemoteNotifications()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment