forked from mirrors/linphone-iphone
update PushKit token in main queue
This commit is contained in:
parent
1b712c7d6a
commit
f84fb0bc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ didInvalidatePushTokenForType:(NSString *)type {
|
|||
LOGI(@"PushKit received with payload : %@", payload.description);
|
||||
|
||||
LOGI(@"incoming voip notfication: %@ ", payload.dictionaryPayload);
|
||||
//dispatch_async(dispatch_get_main_queue(), ^{[self processRemoteNotification:payload.dictionaryPayload];});
|
||||
dispatch_async(dispatch_get_main_queue(), ^{[self processRemoteNotification:payload.dictionaryPayload];});
|
||||
}
|
||||
|
||||
- (void)pushRegistry:(PKPushRegistry *)registry
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue