问题
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?
来源:https://stackoverflow.com/questions/15021520/failed-to-install-ipa-file-programatically-in-ios-6