iPhone Ad Hoc Distribution Build 不适用于 3.x 设备

发布于 2024-09-19 16:13:27 字数 415 浏览 3 评论 0原文

我们已经制作了许多发行版本,因此我们熟悉令人畏惧的 iPhone 配置过程。

我们已将所有设备输入到 Provision Portal,下载了所有证书,当我们分发 BETA 版本时,它仅适用于 iOS 4.x 上的用户。这是奇怪的行为,因为它以前没有这样做过。

我们的 iOS 部署目标设置为:iOS 3.0

基础 SDK 为:iOS 设备 4.1

您不认为如果我们引用了 Base 4 SDK 方法,那么它至少会安装,但然后崩溃?我们遇到了臭名昭著的问题:

“可执行文件已使用无效权利进行签名”,

当 iOS 4 上的其他所有其他设备都在工作并且所有 iOS 3 设备都收到此错误时,这似乎是一个奇怪的错误?

我们很困惑,谢谢!

We have made many Distribution Builds, so we are familiar with the daunting iPhone provisioning process.

We have entered all the devices into the Provision Portal, we have downloaded all certificates, and when we distribute our BETA build, it is only working for users on iOS 4.x. This is strange behavior because it wasn't doing this before.

Our iOS Deployment Target is set to: iOS 3.0

Base SDK is: iOS Device 4.1

Don't you think if we had a reference to a Base 4 SDK method, that it would at least install, but then crash? We are getting the infamous:

"The executable was signed with invalid entitlements"

This seems like an odd error when other all other devices that are on iOS 4 are working and all the iOS 3 devices are getting this?

We are stumped, thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

但可醉心 2024-09-26 16:13:27

您正在进行构建和归档吗?您可能想尝试构建它并手动将其与配置一起压缩并将其发送给您的 Beta 测试人员。我在 iOS 3 设备上也遇到了同样的问题,手动压缩似乎可行。

Are you doing a build and archive? You might want to try building it and manually zipping it along with the provision and sending that to your beta testers. I had this same problem with iOS 3 devices and zipping it manually seemed to work.

何处潇湘 2024-09-26 16:13:27

3.2 之前的 iOS 版本无法利用嵌入式配置文件(包含在 zip 中)。对于这些设备,您必须将 .mobileprovision 文件拖到 iTunes 的资料库中来单独安装。

Versions of iOS prior to 3.2 cannot take advantage of an embedded provision file (included in the zip). For those devices, you have to install the .mobileprovision file separately by dragging it into the library in iTunes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文