iPad 分发问题

发布于 2024-10-16 20:19:22 字数 273 浏览 0 评论 0原文

我刚刚将我们的应用程序更新为适用于 iPhone 和 iPad 的通用应用程序。我进行了所有更改(类、笔尖、目标设备系列、图标等),并且它在模拟器和我的 iPhone/iPad 开发设备上运行得很好。我将应用程序提交到应用程序商店,昨天它已“准备出售”。问题是它在应用商店中只显示 iPhone 版本和屏幕截图,当我在 iPad 上安装该应用程序时,它只显示 iPhone 版本。 我不知道我可能做错了什么?

有谁知道它可能是什么?它是否需要特殊的证书/配置文件或其他东西?我在谷歌上没有找到任何关于这一点的信息。

I just updated our app to an universal app for iPhone and iPad. I made all the changes (classes, nib, targeted device family, icons and so on) and it worked just fine on the simulator and my iPhone/iPad developer devices. I submitted the app to the app store and yesterday it got 'ready for sale'. The problem is that it shows just the iPhone Version and Screenshots in the app store and when I install the app on the iPad it just shows the iPhone version.
I have no clue what I've could make wrong?

Does anyone know what it could be? Does it need a special certificate/provisiong profile or something else? I found nothing on google about that.

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

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

发布评论

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

评论(2

旧情别恋 2024-10-23 20:19:22

尝试检查构建的“发布”目标配置,以检查目标设备系列字段 (TARGETED_DEVICE_FAMILY) 是否设置为 iPhone/iPad。

try to check the "Release" target configuration of your build to check if the Target Device Family field (TARGETED_DEVICE_FAMILY) is set to iPhone/iPad.

泡沫很甜 2024-10-23 20:19:22

检查您的分发配置设置是否与构建目标的发布配置设置匹配,当然,除了协同设计和验证之外。

Check to see if your Distribution configuration settings match your Release configuration settings for your Build Target, except for codesigning and verification, of course.

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