what causes a bad token on iPhone- NSLog(@"token:%@",[devToken description]); crashes
- by Grant M
I am getting a bad token passed to me in
- (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken
this code crashes on my iPhone but not my clients.
- (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
NSLog(@"token:%@",[devToken…