Skip to content

Instantly share code, notes, and snippets.

@brunojppb
Last active August 29, 2015 14:26
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 brunojppb/c6bc31d904cc9268e96d to your computer and use it in GitHub Desktop.
Save brunojppb/c6bc31d904cc9268e96d to your computer and use it in GitHub Desktop.
func application(application: UIApplication, didReceiveRemoteNotification userInfo: [NSObject : AnyObject]) {
// Do whatever you want with this notification
// Ex: Reload data from server
NSLog("remote Notification: %@", userInfo)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment