fix(MM-67224): MM Mobile v2.36.0 crash on iOS 16 and below (#9421)

* fix(MM-67224): iOS app hanging for at least 2000 ms.

* downgrade intune iOS SDK to 20.9.0

* update to version 20.9.2 (latest)

* reverse changes to .env files

* set INTUNE_IOS_SDK_VERSION to 20.9.2

* revert change

* Intune update

* remove echo
This commit is contained in:
Rahim Rahman 2026-01-19 16:45:56 -07:00 committed by GitHub
parent c0fc0c868f
commit 4324846736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -569,7 +569,8 @@ platform :ios do
"ADALLogOverrideDisabled" => true, "ADALLogOverrideDisabled" => true,
"HooksAlwaysEnabled" => true, "HooksAlwaysEnabled" => true,
"ADALClientId" => intune_client_id, "ADALClientId" => intune_client_id,
"ADALRedirectUri" => intune_redirect_uri "ADALRedirectUri" => intune_redirect_uri,
"MaxFileProtectionLevel" => "NSFileProtectionCompleteUntilFirstUserAuthentication"
} }
plist["LSApplicationQueriesSchemes"] = [ plist["LSApplicationQueriesSchemes"] = [

@ -1 +1 @@
Subproject commit 412afe596e58c973673366c101ba309a21d115f0 Subproject commit 9a888c921b339c5f268ad202b6e498ca1678c82e