Skip to content

Instantly share code, notes, and snippets.

@insidegui
Created March 19, 2017 16:10
Show Gist options
  • Save insidegui/d607ab29d2c60ddb6b297d51bbfa1265 to your computer and use it in GitHub Desktop.
Save insidegui/d607ab29d2c60ddb6b297d51bbfa1265 to your computer and use it in GitHub Desktop.
let info = CKNotificationInfo()
info.alertLocalizationKey = "movie_registered_alert"
info.alertLocalizationArgs = ["title"]
info.soundName = "default"
info.desiredKeys = ["title"]
subscription.notificationInfo = info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment