do not register pushkit token to pushnotification

This commit is contained in:
REIS Benjamin 2016-09-12 14:25:51 +02:00
parent 7380d4099e
commit 85cff9a6aa

View file

@ -484,7 +484,7 @@ didInvalidatePushTokenForType:(NSString *)type {
LOGI(@"PushKit credentials updated");
LOGI(@"voip token: %@", (credentials.token));
LOGI(@"%@ : %@", NSStringFromSelector(_cmd), credentials.token);
[LinphoneManager.instance setPushNotificationToken:credentials.token];
//[LinphoneManager.instance setPushNotificationToken:credentials.token];
}
#pragma mark - User notifications