Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Last active August 29, 2015 14:03
Show Gist options
  • Save Kevinwlee/f7e3567823ba985cff1e to your computer and use it in GitHub Desktop.
Save Kevinwlee/f7e3567823ba985cff1e to your computer and use it in GitHub Desktop.
Register for push
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: (UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment