Skip to content

Commit 4ede0a4

Browse files
author
Mark Hopper
authored
Added MSAL troubleshooting tip
Added a note on configuring logging in the info.plist to troubleshoot MSAL-specific errors.
1 parent ee0802d commit 4ede0a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

memdocs/intune/developer/app-sdk-ios.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,4 +1045,6 @@ Yes! Please see the [Chatr sample app](https://github.com/msintuneappsdk/Chatr-S
10451045

10461046
### How can I troubleshoot my app?
10471047

1048-
The Intune SDK for iOS 9.0.3+ supports the ability to add a diagnostics console within the mobile app for testing policies and logging errors. `IntuneMAMDiagnosticConsole.h` defines the `IntuneMAMDiagnosticConsole` class interface, which developers can use to display the Intune diagnostic console. This allows end users or developers during test to collect and share Intune logs to help diagnose any issue they may have. This API is optional for integrators.
1048+
The Intune SDK for iOS 9.0.3+ supports the ability to add a diagnostics console within the mobile app for testing policies and logging errors. `IntuneMAMDiagnosticConsole.h` defines the `IntuneMAMDiagnosticConsole` class interface, which developers can use to display the Intune diagnostic console. This allows end users or developers during test to collect and share Intune logs to help diagnose any issue they may have. This API is optional for integrators.
1049+
1050+
If troubleshooting MSAL specific errors, consider enabling the ADALLogOverrideDisabled flag in your info.plist file and configuring logging according to [MSAL documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-logging-ios?tabs=objc).

0 commit comments

Comments
 (0)