Skip to content

Commit 3d91d7d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ The Intune SDK for iOS 9.0.3+ supports the ability to add a diagnostics console
10531053

10541054
## Submit your app to the App Store
10551055

1056-
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 the steps below to ensure all simulator code is removed before you upload your app to the App Store.
1056+
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:
10571057

10581058
1. Make sure `IntuneMAM.framework` is on your desktop.
10591059

0 commit comments

Comments
 (0)