Guest User

Untitled

a guest
May 16th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
  2. const void *devTokenBytes = [devToken bytes];
  3. self.registered = YES;
  4. [self sendProviderDeviceToken:devTokenBytes]; // custom method
  5. }
Add Comment
Please, Sign In to add comment