Validation Process for Custom IPA Uploads in KACE Cloud
KACE Cloud allows customers to upload their custom iOS/iPadOS apps (IPA). Before uploading a custom app to the tenant, KACE Cloud performs a validation to determine whether the app has already been uploaded and requires an update.
For this validation, the following fields are used:
Note: When working with DEV or QA versions of an app, it is recommended that the CFBundleName and CFBundleVersion include a flag that clearly identifies the app as one of these types.
Examples:
CFBundleName = MyApp_DEV, CFBundleVersion = 1.0.0-DEVCFBundleName = MyApp_QA, CFBundleVersion = 1.0.0-QA