Closed viwod closed 1 day ago
@viwod The Intune MAM SDK ios version 20.1.0+ is intended for applications compiled with Xcode 16. App developers should NOT integrate this version if compiling with Xcode 15 and should instead integrate the latest 19.x release. Could you confirm your Xcode version.
Thanks for following up @pmod2, we are currently using Xcode 16.
Another bit of strange behavior we observed while testing our deep link flows, the SwiftUI delegate openUrl function is called on cold starts, while the SceneDelegate openUrlContexts function is not. On warm starts however, the SwiftUI delegate openUrl function is not called, while the SceneDelegate openUrlContexts function is.
Could you provide below information- the openURL sample, the openURL SwiftUI delegate function script sample, the MAM logs Microsoft Intune App SDK for iOS developer guide - Appendix | Microsoft Learn
Closing as stale issue. Re-open with above artifacts if required.
Describe the bug: The openUrl SwiftUI delegate function is not called in SDK version 20.1.0+ in response to deep links
To Reproduce Steps to reproduce the behavior:
Expected behavior:
Screenshots and logs: N/A (not captured in Intune console diagnostics logs)
Smartphone (please complete the following information):
Intune App SDK for iOS (please complete the following information):
Additional context: We have an Intune SDK integrated app and a non-Intune version of the app. The openUrl function is currently being called as expected on the non-Intune version of the app, and was called in previous SDK versions on our Intune app. We have only observed this problem on the Intune version of the app on SDK versions 20.1.0+.