xcode 将仅限 iphone 的应用程序提交到应用程序商店?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25294326/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Submitting an iphone-only app to app store?
提问by Surz
I am submitting my app to app store but it's only compatible with iphone and ipod. When I added the app in itunes connect it;s making me submit an ipad screenshot.
我正在将我的应用程序提交到应用程序商店,但它仅与 iphone 和 ipod 兼容。当我在 iTunes 中添加应用程序时,连接它;让我提交 ipad 屏幕截图。
Is it mandatory for apps to be universal? How can I get around this?
应用程序必须是通用的吗?我怎样才能解决这个问题?
回答by Kunal
In XCode Target -> General -> Deployment Info -> Devices should be set to iPhone.
在 XCode Target -> General -> Deployment Info -> Devices 应该设置为 iPhone。
回答by rebello95
If your app is only supposed to support iPhone/iPod, only upload iPhone screenshots, don't upload iPad screenshots. Same works the other way around. The only time you should upload both is if your app is universal.
如果你的应用只支持 iPhone/iPod,只上传 iPhone 截图,不要上传 iPad 截图。反之亦然。您应该同时上传两者的唯一时间是您的应用程序是否通用。
回答by cdf1982
It is not mandatory for apps to be Universal, nor is required to submit both iPhone and iPad screenshots, you can just submit your 3,5" and 4,0" iPhone screenshots.
应用程序不一定要通用,也不需要同时提交 iPhone 和 iPad 屏幕截图,您只需提交 3,5" 和 4,0" iPhone 屏幕截图即可。
If it's complaining because iPad screenshots are missing, you might want to check in XCode that your project isn't configured as Universal.
如果它因为缺少 iPad 屏幕截图而抱怨,您可能需要在 XCode 中检查您的项目未配置为通用。