forked from mirrors/linphone-iphone
do not register pushkit token to pushnotification
This commit is contained in:
parent
7380d4099e
commit
85cff9a6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue