forked from mirrors/linphone-iphone
[PushNotif] add keep_alive on start LC to workaround push notif on chat message
This commit is contained in:
parent
10faf268d9
commit
cd3ab3aeb7
1 changed files with 2 additions and 0 deletions
|
|
@ -595,6 +595,8 @@ static void migrateWizardToAssistant(const char *entry, void *user_data) {
|
|||
reason:@"Linphone core not initialized yet"
|
||||
userInfo:nil]);
|
||||
}
|
||||
//Force keep alive to workaround push notif on chat message
|
||||
linphone_core_enable_keep_alive(theLinphoneCore, true);
|
||||
return theLinphoneCore;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue