Skip to content

Instantly share code, notes, and snippets.

@janodev
Created August 16, 2016 12:57
Show Gist options
  • Save janodev/c519f2b443e92ad9f877334bdea2a27e to your computer and use it in GitHub Desktop.
Save janodev/c519f2b443e92ad9f877334bdea2a27e to your computer and use it in GitHub Desktop.
Request authorization
let center = UNUserNotificationCenter.current()
center.requestAuthorization([.sound, .alert, .badge]) { (granted, error) in
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment