How to distribute IPA through Windows Intune

I am wondering how to properly sign and distribute IPAs through Windows Intune.

I have a home setup profile for a specific package / application identifier and iOS distribution certificate. I use this provisioning profile when archiving an IPA file. I sign and package it to deploy ad hoc for enterprises. I get the .ipa and .plist files as expected and upload them to Windows Intune. So far, everything seems beautiful.

When I log into the Windows Intune portal and choose to install the application, it fails. I get the following log statements:

installd[61] <Notice>: 0x255000 MobileInstallationInstall_Server: Installing app [bundle id]
installd[61] <Error>: entitlement 'keychain-access-groups' has value not permitted by provisioning profile '[name of in house distribution profile]'
installd[61] <Error>: 0x255000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.Mgjx9o/foo_extracted/Payload/[app name].app/[app name]: 0xe8008016
installd[61] <Error>: 0x255000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.Mgjx9o/foo_extracted/Payload/[app name].app
installd[61] <Error>: 0x255000 install_application: Could not preflight application install
installd[61] <Error>: 0x255000 handle_install_for_ls: API failed

What is the real problem here and how can it be solved?

This is the PhoneGap 3.2.0 application in which the application is created using phonegap build ios. I am using Xcode 5.0.2, and the device on which I am trying to install the application is running iOS 7.0.4.

Everything in []the magazine is being replaced by me.

+3
source share
1 answer

I managed to distribute IPA. I tried to run the application on a new iPad when Xcode first tried to add the device to the account and iOS developer center.

At the beginning of the message, it says that the request to add a device has been deferred. Then he started giving me an error message. The first dialog box says the following:

No provisioning profiles matching both the team ID "[team id]" and the bundle identifier "[bundle id]" were found.  Xcode can resolve this issue by downloading a new provisioning profile from the Member Center.

After fixing the problem, he said:

There was an error generating the team provisioning profile for AppID '[app id]'.  Please try again.  If the problem persists, please contact Apple Developer Program Support. https://developer.apple.com/support

, - . project.pbxproj, [projectname].xcent.

id + bundle key keychain-access-groups, .

. .:)

+2

All Articles