简体   繁体   English

无法在iOS9上运行的iphone6中安装ios ipa文件

[英]Not able to install ios ipa file in iphone6 running on iOS9

I want to run my .ipa file on my new iphone6, so I added the udid in the developer account in developer.apple.com under device section. 我想在新的iphone6上运行.ipa文件,因此我在设备部分下的developer.apple.com的开发人员帐户中添加了udid。 Then I edited the provisioning profile (I use while generating the .ipa by clicking on archive option in xcode) and added the device then downloaded it and double clicked and it was installed in the xcode(because I saw that in xcode->preference) then I opened it in text editor and searched for new udid that I added and it was there. 然后,我编辑了配置文件(我在通过单击xcode中的archive选项生成.ipa时使用)并添加了设备,然后将其下载并双击并安装在xcode中(因为我在xcode-> preference中看到了)然后我在文本编辑器中将其打开,然后搜索添加的新udid,它就在那里。 Then I archived the project and generated the .ipa file and try to install it through diawi.com . 然后,我存档了该项目并生成了.ipa文件,并尝试通过diawi.com安装它。 I am not able to install in the new iphone6 but then I tried installing on the other device(whose udid were previously added) and I was able to install on that. 我无法在新的iphone6中进行安装,但随后尝试在其他设备上安装(之前已添加udid),并且能够在该设备上进行安装。

I am using xcode 7.1 beta, iphone6 is iOS 9.1 我正在使用xcode 7.1 beta,iphone6是iOS 9.1

I am stuck at it for 2 days. 我被困了两天。

Thanks in advance. 提前致谢。

在此处输入图片说明

Go to your info.plist and add one row for "App Transport Security Settings". 转到info.plist并为“应用程序传输安全设置”添加一行。 Make it a dictionary and then in this dictionary add a Boolean "Allow Arbitrary Loads" and set the bool to YES. 将其设为字典,然后在该字典中添加布尔值“允许任意加载”,并将布尔值设置为YES。 Clean your project and run. 清理您的项目并运行。 See the image. 看到图像。

This worked for me. 这对我有用。

I also faced this problem and after 2 days I found the solution. 我也遇到了这个问题,两天后我找到了解决方案。 You had updated iOS version of iPhone using Wifi due to which it does not allow to install apps. 您已使用Wifi更新了iPhone的iOS版本,由于该版本不允许安装应用程序。 You need to reset it again using itunes. 您需要使用iTunes再次将其重置。

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

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