Maintain trust for enterprise‑signed iOS apps
Starting with iOS 18, Apple changed how devices trust enterprise‑signed iOS apps, which can cause devices to enter an error state when apps are installed interactively. To maintain trust for enterprise‑signed iOS apps on Perfecto devices, you upload a small certificate keeper app that is signed with the same enterprise certificate as the apps you want to test.
On this page:
Prerequisites
Make sure you have:
-
An Apple enterprise certificate that you use to sign your iOS apps.
-
Access to Xcode with permissions to:
-
Create and build an iOS app project.
-
Archive and export an
.ipafile using your enterprise certificate.
You must be signed into Xcode with the Apple developer account that contains your enterprise certificate.
-
-
Access to the Perfecto repository for your cloud so you can upload a file with the
PUBLIC: certKeeper.ipa.
Create and upload the certificate keeper app
Perform the following procedure to create the certificate keeper app.
-
Create a new iOS app project in Xcode:
-
Open Xcode and create a new iOS App project.
-
Define a unique bundle identifier for the app.
-
Select a team that uses the enterprise certificate you want to use for your app.
-
-
Configure the deployment target and build settings:
-
Set the minimum deployment target to iOS 15.0.
-
Make sure the build target is set to Any iOS Device (arm64).
-
Select the Xcode team associated with the enterprise certificate that is used to sign the applications you intend to test.
-
-
Build and archive the app:
-
Build the project in Xcode.
-
Archive the app, and when the Archives window opens, select the archive you want to export.
-
-
Export the app as an enterprise-signed
.ipafile:-
In the Archives window, select Distribute App.
-
Choose Enterprise as the distribution method and click Distribute.
-
When the process completes, click Export and save the exported
.ipafile to your local machine.
-
-
Rename and upload the file to the Perfecto repository:
-
In the output folder, locate the exported
.ipafile. -
Rename the file to
certKeeper.ipa. -
Upload the file to the Perfecto repository using the following locator:
PUBLIC:certKeeper.ipa
-
-
Once you have uploaded
certKeeper.ipato the Perfecto repository, contact Perfecto Support to enable the certificate keeper feature for your cloud.
When Perfecto Support enables the feature and the configuration propagates, the system installs your certificate keeper app on cloud devices during an available window when the devices are not in use. The app remains installed even if you run device cleanup or uninstall commands, helping maintain trust for your enterprise-signed apps.