Custom mobile apps: Difference between revisions

Jump to navigation Jump to search
Line 66: Line 66:
In this case, icons with transparent background get background color calculated by iOS OS.
In this case, icons with transparent background get background color calculated by iOS OS.


If you want to bypass the application store, if you want to distribute the application to your enterprise users by using a mobile device management tool, you need to perform additional configuration to have the app signed correctly:
If you plan to distribute the app to your App Store account or as a line-of-business app using the Mobile Device Management system, you will need Apple Developer program and you must perform additional steps with resulting IPA app installation ([[Enterprise deployment on iOS|Learn more]]). You can either resign the resulting IPA app installation yourself or leave it to us by providing us right distribution certificate with a private key, password, and provisioning profile. In this case, fill in the following items:


* iOS Signing Certificate (.p12 file)
* iOS Signing Certificate (.p12 file)
* iOS Signing Password
* iOS Signing Password
* iOS Provision Profile (.mobileprovision file)
* iOS Provision Profile (.mobileprovision file)
Check '''Include Citrix MAM SDK''' if you plan to distribute the app as an LOB app via Citrix Xen Mobile. The resulting IPA must be wrapped into an MDX container. This process is described on the [[Mobile Device Management]] page.
Microsoft Intune users don’t need to include any SDK but they must use [https://learn.microsoft.com/en-us/mem/intune/developer/app-wrapper-prepare-ios MS Intune App Wrapping Tool] to include support for app protection policies and other Intune security features. This process is further described on the [[Mobile Device Management]] page.


== Requesting a build ==
== Requesting a build ==

Navigation menu