Open Chengruihh opened 2 weeks ago
@Chengruihh - we will need more information, would you enable Intune diagnostic console, then get below:
Repo video MAM logs Crash logs MAM policy details
@kanishkaBagga I guess The crash reason is Our app only has one UIScene which is CPTemplateApplicationScene when started from CarPlay. But ms intune code call the [UIScene interfaceOrientation] But CPTemplateApplicationScene didn't has the interfaceOrientation function.
Describe the bug: We have detected a reproducible crash. When user connects his phone to Carplay, and launch our app directly from Carplay screen, meanwhile, if the user is required to enter PIN, then the app will crash.
We think the SDK was trying to call the PIN window/scene but actually called to the Carplay scene instance, because it is launched from Carplay, and caused the unrecognized selector exception.
To Reproduce Steps to reproduce the behavior:
Expected behavior: App should not crash.
Screenshots and logs:
Smartphone (please complete the following information):
Intune App SDK for iOS (please complete the following information):
What version of the Intune SDK are you using? Are you using the latest version? Latest version, 19.7.1
What platform is your app based in (native, Xamarin based, Cordova, etc)? Native
For errors during build, does the app build without Intune SDK integration?
For errors post build, does the app launch without being Intune SDK integrated?
Who is the customer? Can reproduce
Additional context: Actually it will not crash with older version such as 19.3.1. It happens after we updated SDK version to 19.7.0 and 19.7.1