Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created October 10, 2018 20:13
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 flurrydev/ba5a91e6001bbdb805ac98aee52e3915 to your computer and use it in GitHub Desktop.
Save flurrydev/ba5a91e6001bbdb805ac98aee52e3915 to your computer and use it in GitHub Desktop.
Set device token (Obj-C)
-(void)application:(UIApplication \*)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData \*)deviceToken {
[FlurryMessaging setDeviceToken:deviceToken];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment