应用中心电子邮件安装在 32 位设备上是否有效 iPhone 5c?
Do app center email installs work on 32 bit devices specifically iPhone 5c?
从 "There's a new version..." 通知电子邮件安装应用程序在 iPhone 5 秒时工作正常,但在 iPhone 5c 时失败,错误说明 "Unable to Download App. App could not be downloaded at this time"。
在应用中心的“通讯组”>“设备”选项卡下,两部手机的状态列均显示为 "provisioned"。
只是想确保 App Center 电子邮件安装适用于 32 位设备,例如 iPhone 5c。
Distribute 不应有该约束,很可能是您的应用程序的构建方式可能不支持 32 位,它应该是您的 XCode 项目中的一个设置,例如 Build Settings Valid Architectures 中的 armv7。
从 "There's a new version..." 通知电子邮件安装应用程序在 iPhone 5 秒时工作正常,但在 iPhone 5c 时失败,错误说明 "Unable to Download App. App could not be downloaded at this time"。
在应用中心的“通讯组”>“设备”选项卡下,两部手机的状态列均显示为 "provisioned"。
只是想确保 App Center 电子邮件安装适用于 32 位设备,例如 iPhone 5c。
Distribute 不应有该约束,很可能是您的应用程序的构建方式可能不支持 32 位,它应该是您的 XCode 项目中的一个设置,例如 Build Settings Valid Architectures 中的 armv7。