Skip to content

Instantly share code, notes, and snippets.

@sudhanshuraheja
Created May 5, 2010 10:58
Show Gist options
  • Save sudhanshuraheja/390635 to your computer and use it in GitHub Desktop.
Save sudhanshuraheja/390635 to your computer and use it in GitHub Desktop.
// Delegation methods
- (void)application:(UIApplication *)application
didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
{
//RegisteringforRemoteNotifications
NSLog(@"%@ \n %@",
deviceToken,
[[NSString alloc] initWithData:deviceToken encoding:NSUTF8StringEncoding]
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment