iPhone应用发布,如何排除iphone4?
是否可以发布 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能包含或排除特定设备。我想不出任何用例是否值得,所以我很想知道你的是什么!
您能做的就是说出需要哪些功能。例如,您可以说您需要相机、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.