iOS 9 升级后无法从 Diawi 安装 iPhone 应用?

4

我已将我的iPhone操作系统升级到iOS 9.0。之后,我无法通过来自diawi的IPA文件安装应用程序。

除了iTunes之外,是否有其他解决方案或替代方法?

附注:iPhone配置实用程序在我的Mac上也崩溃了。

1个回答

1
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>

请注意日志(由于隐私问题,我隐藏了包标识符):
20:40:09 ifeegoo itunesstored →  <Warning>: BundleValidator: Failed bundleIdentifier: com.***.**** does not match expected bundleIdentifier: com.***.*********

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

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接