diff --git a/Classes/AssistantLinkView.m b/Classes/AssistantLinkView.m
index 3c35ca5e8..f0e50073d 100644
--- a/Classes/AssistantLinkView.m
+++ b/Classes/AssistantLinkView.m
@@ -163,6 +163,7 @@ void assistant_activate_phone_number_link(LinphoneAccountCreator *creator, Linph
linphone_proxy_config_done(cfg);
}
[PhoneMainView.instance popToView:DialerView.compositeViewDescription];
+ [[NSNotificationCenter defaultCenter] postNotificationName:kLinphoneAddressBookUpdate object:NULL];
} else {
[thiz showErrorPopup:resp];
}
diff --git a/Classes/AssistantView.m b/Classes/AssistantView.m
index a65b1478e..0cfcf331a 100644
--- a/Classes/AssistantView.m
+++ b/Classes/AssistantView.m
@@ -946,6 +946,7 @@ void assistant_activate_account(LinphoneAccountCreator *creator, LinphoneAccount
thiz.waitView.hidden = YES;
if (status == LinphoneAccountCreatorAccountActivated) {
[thiz configureProxyConfig];
+ [[NSNotificationCenter defaultCenter] postNotificationName:kLinphoneAddressBookUpdate object:NULL];
} else if (status == LinphoneAccountCreatorAccountAlreadyActivated) {
// in case we are actually trying to link account, let's try it now
linphone_account_creator_activate_phone_number_link(creator);
diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m
index 09155756c..f6147693d 100644
--- a/Classes/LinphoneAppDelegate.m
+++ b/Classes/LinphoneAppDelegate.m
@@ -211,7 +211,6 @@
self.voipRegistry.desiredPushTypes = [NSSet setWithObject:PKPushTypeVoIP];
} else {
/* iOS7 and below */
- self.voipRegistry.delegate = NULL;
if (!instance.isTesting) {
NSUInteger notifTypes =
UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeBadge;
diff --git a/linphone-Info.plist b/linphone-Info.plist
index 691e3048b..f65b32636 100644
--- a/linphone-Info.plist
+++ b/linphone-Info.plist
@@ -53,7 +53,7 @@
CFBundleVersion
- 5
+ 7
ITSAppUsesNonExemptEncryption
ITSEncryptionExportComplianceCode