简体   繁体   English

iOS 9升级后无法从diawi安装iPhone应用程序?

[英]Unable to install iPhone app from diawi after iOS 9 upgrade?

I have upgraded my iPhone OS to iOS 9.0. 我已将iPhone OS升级到iOS 9.0。 After that I am not able to install the app via IPA file from diawi. 之后我无法通过diawi的IPA文件安装应用程序。 I am able to install it from iTunes. 我可以从iTunes安装它。

Is there any solution or alternative to that other than iTunes? 除了iTunes之外,还有其他解决方案或替代方案吗?

PS iPhone Configuration Utility is also crashing on my Mac. PS iPhone配置实用程序也在我的Mac上崩溃。

iOS 9 became more strict with the manifest information:the tag,the value,or something else. iOS 9对清单信息变得更加严格:标签,价值或其他东西。

I have met another problem.But I think maybe will give you some useful information. 我遇到了另一个问题。但我想也许会给你一些有用的信息。

The way to find out why,the most important step is to check you device log.It will show you the installation error information. 找出原因的方法,最重要的一步是检查设备日志。它将显示安装错误信息。

I find the problem is that I mistake the bundle-identifier value.

I find if you mistake the bundle-identifier value,the iOS 9 will not allow you to install the app,but iOS 8 or lower version will not check bundle-identifier value. 我发现如果你误认为bundle-identifier值,iOS 9将不允许你安装应用程序,但iOS 8或更低版本不会检查bundle-identifier值。

The installation error information from my iOS 9 device: 我的iOS 9设备的安装错误信息:

20:40:09 ifeegoo itunesstored →  <Warning>: [Download]: Download task did finish: 8 for download: 2325728577585828282
20:40:09 ifeegoo itunesstored →  <Warning>: [ApplicationWorkspace] Installing download: 2325728577585828282 with step(s): Install
20:40:09 ifeegoo itunesstored →  <Warning>: [ApplicationWorkspace]: Installing software package with bundleID: com.***.***: bundleVersion: 1.01 path: /var/mobile/Media/Downloads/2325728577585828282/-1925357977307433048
20:40:09 ifeegoo itunesstored →  <Warning>: BundleValidator: Failed bundleIdentifier: com.***.**** does not match expected bundleIdentifier: com.***.*********
20:40:09 ifeegoo itunesstored →  <Warning>: [ApplicationWorkspace]: Bundle validated for bundleIdentifier: com.****.******success: 0
20:40:09 ifeegoo itunesstored →  <Warning>: LaunchServices: Uninstalling placeholder for app <LSApplicationProxy: 0x12677be70> com.****.*******(Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/B62D8EA3-2052-4393-8A7E-3FD27228BFC2/2325728577585828282.app>
20:40:09 ifeegoo itunesstored →  <Warning>: LaunchServices: Uninstalling app <LSApplicationProxy: 0x12677be70> com.****.*****(Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/B62D8EA3-2052-4393-8A7E-3FD27228BFC2/2325728577585828282.app>

Pay attention to the log(I hide the bundle Id because of privacy.): 注意日志(我隐藏了包ID,因为隐私。):

20:40:09 ifeegoo itunesstored →  <Warning>: BundleValidator: Failed bundleIdentifier: com.***.**** does not match expected bundleIdentifier: com.***.*********

The most important to solve this problem is to check the device log. 解决此问题最重要的是检查设备日志。

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

相关问题 升级iOS 8.1后无法在iPhone 5上运行App - Unable to run App on iPhone 5 after iOS 8.1 upgrade 我无法通过我的网络服务器部署OTA iPhone应用程序,但是Diawi之类的服务可以在我的设备上安装该应用程序 - I am unable to deploy OTA iPhone apps via my webserver but services like Diawi can install the app on my device just fine 无法在 iPhone 上安装 iOS 调试应用程序 - Unable to Install iOS Debug App on iPhone iOS应用程序在安装远程/ diawi时崩溃,但如果从xcode安装则不会崩溃 - iOS App Crashes when installed remote/diawi but not if installed from xcode 升级到iOS 9和MobileFirst 7.1后无法登录设备或模拟器上的应用程序 - Unable to login to app on device or simulator after upgrade to iOS 9 and MobileFirst 7.1 无法在我的iPhone X上安装新的Diawi链接 - Can't install new Diawi link on my iPhone X 无法在我的iPhone上安装新的Diawi链接 - Can't install new Diawi link on my iPhone IOS7升级后,Xcode 5在iPad上编译iPhone应用程序的框架问题(在iPhone中正常工作) - Frame issue for Xcode 5 compiled iPhone app in iPad after IOS7 upgrade (works fine in iPhone) 无法在iPhone和iPad上安装该应用程序 - Unable to install the app on iPhone and iPad 无法在 iPhone 上安装开发应用程序 - Unable to install development app on iphone
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM