Skip to content

Instantly share code, notes, and snippets.

@adagio
Created April 19, 2017 03:16
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 adagio/23360b52077d19d2d0ad3c00c7dd6974 to your computer and use it in GitHub Desktop.
Save adagio/23360b52077d19d2d0ad3c00c7dd6974 to your computer and use it in GitHub Desktop.
data in LocalNotifications
let userInfoCurrent = notification.userInfo! as! [String:AnyObject]
let uid = userInfoCurrent["notificationId"]! as! String
if uid == targetNotificationId {
// aplicamos alguna acción aquí
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment