Skip to content

Commit 428e655

Browse files
Update memdocs/intune/developer/app-sdk-ios.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 3d91d7d commit 428e655

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

10511051
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.
10521052

1053-
10541053
## Submit your app to the App Store
10551054

10561055
Both the static library and Framework builds of the Intune App SDK are universal binaries. This means they have code for all device and simulator architectures. Apple will reject apps submitted to the App Store if they have simulator code. When compiling against the static library for device-only builds, the linker will automatically strip out the simulator code. Follow these steps to ensure all simulator code is removed before you upload your app to the App Store:

0 commit comments

Comments
 (0)