diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 03265eebc..4fb3d38a5 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -306,7 +306,7 @@ [LinphoneManager.instance setProviderDelegate:self.del]; } - if (state != UIApplicationStateActive) { + if (state == UIApplicationStateBackground) { // we've been woken up directly to background; if (!start_at_boot || !background_mode) { // autoboot disabled or no background, and no push: do nothing and wait for a real launch diff --git a/linphone-Info.plist b/linphone-Info.plist index 80d3769e4..6d7f9c68c 100644 --- a/linphone-Info.plist +++ b/linphone-Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.16.3 + 3.16.4 CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 5 + 1 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode