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:
parent
c0fc0c868f
commit
4324846736
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Reference in a new issue