简体   繁体   English

装有iOS 8或9的iPad:无法安装企业应用程序

[英]iPad with iOS 8 or 9 : Can't install enterprise app

I have been trying to install an .ipa using itms-services to an iPad with iOS 9.1. 我一直在尝试使用itms-services将.ipa安装到具有iOS 9.1的iPad上。 However, it shows the "Install..app?" 但是,它显示“ Install..app?” and "Unable to install.." pop-ups the same as asked in this question: 和“无法安装..”弹出窗口与在此问题中询问的相同:

iOS 8 - Can't Install Enterprise App iOS 8-无法安装企业应用程序

The installation is successful in iPhone with iOS 9.1 (same version as iPad). 在装有iOS 9.1的iPhone(与iPad相同的版本)中,安装成功。 I tried the installation in another iPad with iOS 8.1. 我尝试在装有iOS 8.1的另一个iPad中进行安装。 I tried the suggested fixes in the accepted answer of the above mentioned question. 我在上述问题的可接受答案中尝试了建议的修复方法。 Also, tried cleaning the Downloads folder using iExplorer. 另外,尝试使用iExplorer清理“下载”文件夹。 Still unable to download. 仍然无法下载。

I'm able to install app using iTunes, so it's not a provisioning profile issue. 我可以使用iTunes安装应用,因此这不是配置文件问题。

Any suggestions? 有什么建议么? Thanks in advance. 提前致谢。

There are many reasons why this stupid error can occur. 发生此愚蠢错误的原因有很多。 To be overly cautious, let's.. 过于谨慎,让我们..

1) delete the app from your ipad 1)从您的iPad删除应用程序

2) delete all of the related provisioning profiles from your ipad 2)从ipad删除所有相关的配置文件

3) in xcode make sure you are using the provisioning profile correctly associated with the enterprise account (bundle identifiers must match properly) .. also make sure the DEPLOYMENT TARGET is lower than the ios version on the ipad 3)在xcode中,确保您使用的配置文件与企业帐户正确关联(捆绑标识符必须正确匹配)..此外,还要确保DEPLOYMENT TARGET低于ipad上的ios版本

4) in xcode -> product-> clean 4)在xcode中->产品->干净

5) xcode -> product-> archive 5)xcode->产品->存档

6) while its building, turn your ipad off then back on 6)在构建时,请关闭ipad,然后再重新打开

7) upload the enterprise build 7)上传企业版

8) try to redownload and install it on the ipad 8)尝试重新下载并将其安装在ipad上

  • there is a VERY VERY small chance that your wifi is corrupting the downloaded file, to check, see if you can get it to install on your iphone via wifi as well. 您的WiFi损坏已下载文件的可能性非常小,以查看是否可以通过wifi将其安装在iPhone上。

  • connect the ipad to your computer via usb, while doing the install, open up in xcode -> window -> devices, pick your ipad in the left column and hit the very tiny little square with an up arrow in it to show the console.. clear it before you open the app, then open the app and see what it says, this will give you more clues hopefully of whats going wrong 在进行安装时,请通过USB将ipad连接到计算机,在xcode-> window-> devices中打开,在左栏中选择ipad,然后点击带有向上箭头的很小的小方块以显示控制台。 。在打开应用程序之前先清除它,然后打开应用程序并查看其内容,这将为您提供更多提示

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM