diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index 51aec7b3f..13e28207c 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -1064,11 +1064,11 @@ } [lm lpConfigSetString:[self stringForKey:@"local_push_ssids"] forKey:@"ssids" inSection:@"local_push"]; - if (@available(iOS 15.0, *)) { + /* if (@available(iOS 15.0, *)) { [LocalPushManager.shared configureLocalPushWithCCoreConfig:lm.configDb]; } else { LOGW(@"Local push notifications not available for this ios version (iOS 15 minimum)"); - } + } */ // tunnel section diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 32d9a26d6..fe19b2d5a 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -688,11 +688,11 @@ static void linphone_iphone_global_state_changed(LinphoneCore *lc, LinphoneGloba if (state == LinphoneGlobalOn) { // reload friends [self.fastAddressBook fetchContactsInBackGroundThread]; - if (@available(iOS 15.0, *)) { + /*if (@available(iOS 15.0, *)) { [LocalPushManager.shared configureLocalPushWithCCoreConfig:linphone_core_get_config(LC)]; } else { LOGW(@"Local push notifications not available for this ios version (iOS 15 minimum)"); - } + }*/ } } @@ -724,11 +724,11 @@ static void linphone_iphone_configuring_status_changed(LinphoneCore *lc, Linphon }); if (status == LinphoneConfiguringSuccessful) { - if (@available(iOS 15.0, *)) { + /*if (@available(iOS 15.0, *)) { [LocalPushManager.shared configureLocalPushWithCCoreConfig:linphone_core_get_config(LC)]; } else { LOGW(@"Local push notifications not available for this ios version (iOS 15 minimum)"); - } + }*/ } } diff --git a/Classes/LinphoneUI/Base.lproj/StatusBarView.xib b/Classes/LinphoneUI/Base.lproj/StatusBarView.xib index b7103801b..ecf23cbb5 100644 --- a/Classes/LinphoneUI/Base.lproj/StatusBarView.xib +++ b/Classes/LinphoneUI/Base.lproj/StatusBarView.xib @@ -1,9 +1,9 @@ - + - + @@ -12,7 +12,6 @@ - @@ -95,13 +94,6 @@ -