Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kmuralidharan91/68ff73048795e13fae1a6b3c74806253 to your computer and use it in GitHub Desktop.
Save kmuralidharan91/68ff73048795e13fae1a6b3c74806253 to your computer and use it in GitHub Desktop.
switch userNotificationsAuthorizationStatus {
case .notDetermined:
requestPermission()
case .authorized, .denied, .provisional:
// No need to request permission.
print("Didn't request permission for User Notifications")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment