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

标签 ios iphone ios9 itunes diawi

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

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

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

最佳答案

iOS 9 became more strict with the manifest information:the tag,the value,or something else.

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

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.

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

注意日志(出于隐私原因,我隐藏了bundle Id。):

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

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

关于ios - iOS 9 升级后无法从 diawi 安装 iPhone 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32658628/

相关文章:

ios - 传输安全已阻止明文 HTTP

ios - 多种类型的 segue 仍然无法移动 View Controller

ios - 快速更改后退按钮的字体和颜色

iphone - UITableView节头为 'Floating'时可以更改吗?

objective-c - 调试核心数据迁移以比较哈希值

iphone - 当文本字段有输入时启用 UIBarButtonItem

iphone - 尝试将 elapsedTime 保存到 coreData

iphone - iPhone 中这些控件的替代品有哪些

iphone - 核心图中的自定义 X 轴

ios - PHAsset:使用元数据保存新图像