Push Notification not received on iOS9.3beta4 Device

The device can not receive the push notification.

Since probably token changes every time I restart the application.


-iPhone6(iOS9.3beta4[13E5214d])


AppDelegate.m

- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {

LOG_METHOD;

LOG(@"deviceToken:%@",deviceToken);

// Token changes every time I restart(kill->start) the application.


[self processWithDeviceToken:deviceToken];

}


Is this a bug in iOS9.3beta4?

Replies

i am also having the same issue