2

I use MobileInstallationInstall to install ipa files in a jailbreak iOS. It works well in iOS5, but it fails in iOS6. I checked the logs and find the following:

required to have an entitlement named "com.apple.private.mobileinstall.allowedSPI" with an array containing "Install" to call command Install

Then I added a entitlement in .entitlements file which named "com.apple.private.mobileinstall.allowedSPI" with an array containing "Install"

But it still fails. How can I fix it?

xzstar
  • 31
  • 3
  • OK follow the [http://stackoverflow.com/questions/14871748/how-do-i-change-my-applications-entitlements-to-com-apple-backboard-client] And need to add the follwoing to xml file com.apple.private.mobileinstall.allowedSPI Install Browse Uninstall Archive RemoveArchive – xzstar Feb 25 '13 at 07:50

0 Answers0