Skip to content

Instantly share code, notes, and snippets.

@chengyang1380
Created March 27, 2018 14:42
Show Gist options
  • Save chengyang1380/21f03cb444d8cdab1f4bf0d4c07c6e91 to your computer and use it in GitHub Desktop.
Save chengyang1380/21f03cb444d8cdab1f4bf0d4c07c6e91 to your computer and use it in GitHub Desktop.
UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound, .badge]) {
granted, error in
if granted {
// 使用者同意推播
} else {
// 使用者拒絕推播
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment