Push Notification - iOS Setup - Getting your device token

For iOS devs easily getting the device token:

Add this line to the function “didRegisterForRemoteNotificationsWithDeviceToken” in your AppDelegate.mm

    NSLog(@"Registration successful, bundle identifier: %@, device token: %@",
          [NSBundle.mainBundle bundleIdentifier], deviceToken);

Lol, nevermind, the registration ID(regID) in the “Using the API from JavaScript” is the “device token”: https://www.fusetools.com/docs/fuse/pushnotifications/push#ios-setup