Skip to content

Commit 5bbbf5d

Browse files
authored
Merge pull request #2429 from Mahopper/patch-2
Added MSAL troubleshooting tip
2 parents 0506f9b + 31f2556 commit 5bbbf5d

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
@@ -1056,4 +1056,6 @@ Yes! Please see the [Chatr sample app](https://github.com/msintuneappsdk/Chatr-S
10561056

10571057
### How can I troubleshoot my app?
10581058

1059-
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.
1059+
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.
1060+
1061+
If troubleshooting MSAL-specific errors, consider enabling the ADALLogOverrideDisabled flag in your info.plist file and configuring logging according to [MSAL documentation](/azure/active-directory/develop/msal-logging-ios?tabs=objc).

0 commit comments

Comments
 (0)