Hi,
I followed steps here https://docs.microsoft.com/en-us/mem/intune/developer/app-sdk-ios to integrate MSIntune iOS SDK with iOS app. From the logs login and enrollment using below code is successfull:
"IntuneMAMEnrollmentManager.instance().loginAndEnrollAccount(nil)"
Screen with "Checking your organization's data access requirements for this app" is shown. Seems app is not being redirected correctly.
What can be the possible issue ?
Thanks.