繁体   English   中英

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

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

我已将iPhone OS升级到iOS 9.0。 之后我无法通过diawi的IPA文件安装应用程序。 我可以从iTunes安装它。

除了iTunes之外,还有其他解决方案或替代方案吗?

PS iPhone配置实用程序也在我的Mac上崩溃。

iOS 9对清单信息变得更加严格:标签,价值或其他东西。

我遇到了另一个问题。但我想也许会给你一些有用的信息。

找出原因的方法,最重要的一步是检查设备日志。它将显示安装错误信息。

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

我发现如果你误认为bundle-identifier值,iOS 9将不允许你安装应用程序,但iOS 8或更低版本不会检查bundle-identifier值。

我的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>

注意日志(我隐藏了包ID,因为隐私。):

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

解决此问题最重要的是检查设备日志。

暂无
暂无

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

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