diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 8d15d0a13..1c3aad959 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -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; }