iPhone 应用程序与 iPad 兼容

发布于 2024-12-21 21:41:58 字数 393 浏览 3 评论 0原文

我想让我的 iPhone 应用程序在 iTunes 中可见,并满足以下要求:“与 iPad 兼容”。 我希望它能够在 iPad 上的“mini”版本中运行。所有相关主题都只是回答“我应该怎样做才能获得通用应用程序?”的问题,而不是“我应该怎样做才能在两个设备上获得相同的应用程序(iPad 上的迷你版)?”。我必须做点什么吗?以下设置是否正确:

  • 目标设备系列:iPhone
  • iOS 部署目标:iOS 4.0

如果我将目标设备设置为 iPhone/iPad,xcode (3.2.5) 会展开视图中的所有元素以适合整个屏幕。我不想要这样。我想确保它现在可以在 mini 中安装 iPad,专用的 iPad 版本将在稍后准备好。

I want to make my iPhone application visible in iTunes with the following requirement: "compatible with iPad".
I want it to be working in the "mini" version on iPad. All related topics just answer the question "what should I do to get a universal app?", not "what should I do to get the same app (mini on iPad) on both devices?". Do I have to do anything at all? Are the following settings ok:

  • Targeted device family: iPhone
  • iOS deployment Target: iOS 4.0

If i set the targeted device to iPhone/iPad, xcode (3.2.5) expands all elements in the view to fit the entire screen. I don't want that. I want to be sure it installs for iPad in mini for now, the dedicated iPad version will be ready later.

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

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

发布评论

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

评论(1

姐不稀罕 2024-12-28 21:41:58

如果您希望应用程序采用相同的格式(不缩放),请将目标设备系列设置为 iPhone,就像您在此处所做的那样。换句话说,这是正确的。 iOS 部署目标与应用程序在 iPad 上的外观无关。只需确保使用大于或等于 3.2 的 iOS 目标进行部署

If you want your application to be in the same format (not scaled) you set the targeted device familiy to iPhone as you have done here. It is correct in other words. The iOS deployment target has nothing to do with how the app looks on the iPad. Just be sure to deploy with iOS target greater or equal to 3.2

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