Skip to content

Instantly share code, notes, and snippets.

@juliantejera
Created October 18, 2014 14:03
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 juliantejera/7a1c4ee0f2d34f76abd6 to your computer and use it in GitHub Desktop.
Save juliantejera/7a1c4ee0f2d34f76abd6 to your computer and use it in GitHub Desktop.
Device Token APN
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
NSLog(@"My token is: %@", deviceToken);
// Push Device Token to Server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment