iPhone应用发布,如何排除iphone4?

发布于 2024-10-14 02:39:07 字数 107 浏览 1 评论 0原文

是否可以发布 iPhone 4 无法使用的应用程序?

我不希望任何iphone4在AppStore中看到该应用程序,或者至少应用程序商店必须拒绝购买。

这可能吗?如何?

Is it possible to publish an app that wont be available to iPhone 4?

I don't want any iphone4 to see the app inside the AppStore, or at least app store has to reject the purchase.

Is this possible? How?

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

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

发布评论

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

评论(1

不念旧人 2024-10-21 02:39:07

您不能包含或排除特定设备。我想不出任何用例是否值得,所以我很想知道你的是什么!

您能做的就是说出需要哪些功能。例如,您可以说您需要相机、GPS、WiFi 等。为此,您需要将 UIRequiredDeviceCapability 条目添加到您的 Info.plist 中。它已记录此处

You can't include or exclude specific devices. I can't think of any use-case whether that would be desirable so I'm curious to know what yours is!

What you can do is say which features are required. For example, you can say that you need a camera, GPS, WiFi, etc. To do that you need to add the UIRequiredDeviceCapabilities entry to your Info.plist. It's documented here.

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