Skip to content

Instantly share code, notes, and snippets.

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 interstateone/4805f28a2ef4b991dbec1b4046707dec to your computer and use it in GitHub Desktop.
Save interstateone/4805f28a2ef4b991dbec1b4046707dec to your computer and use it in GitHub Desktop.
Non-interruptive notifications on iOS
UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound, .provisional]) { granted, error in
// Handle response...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment