xcode iTunes Connect 警告:“您的二进制文件不支持 iPad”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28503020/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 06:39:07  来源:igfitidea点击:

iTunes Connect warning: "Your binary doesn’t support iPad"

iosxcodeipadcordovaapp-store-connect

提问by DaveAlden

I just uploaded a new binary to iTunes Connect and added it to a new version of an iOS app.

我刚刚将一个新的二进制文件上传到 iTunes Connect,并将其添加到新版本的 iOS 应用程序中。

After adding the binary and saving changes, iTunes Connect displays the warning message:

添加二进制文件并保存更改后,iTunes Connect 会显示警告消息:

"Your binary doesn't support iPad. The screenshots or app video preview for iPad won't be shown on the App Store."

“您的二进制文件不支持 iPad。iPad 的屏幕截图或应用视频预览不会显示在 App Store 上。”

enter image description here

在此处输入图片说明

The Xcode project was generated using the Cordova 3 CLI; the uploaded binary is the first Cordova 3 version since the app was migrated from Cordova 2.

Xcode 项目是使用 Cordova 3 CLI 生成的;上传的二进制文件是自应用程序从 Cordova 2 迁移以来的第一个 Cordova 3 版本。

The app has been tested on iPad and it works fine.

该应用程序已在 iPad 上进行了测试,并且运行良好。

Xcode project setting for devices is "Universal" (TARGETED_DEVICE_FAMILY = "1,2" in project.pbxproj):

设备的 Xcode 项目设置为“通用”(project.pbxproj 中的 TARGETED_DEVICE_FAMILY =“1,2”):

enter image description here

在此处输入图片说明

Xcode architecture settings are the defaults, so they are not explicitly specified in project.pbxproj:

Xcode 架构设置是默认值,因此它们没有在 project.pbxproj 中明确指定:

enter image description here

在此处输入图片说明

I've Googled this warning message and found no useful information, so hoping someone here has come across this before and can offer some advice.

我在谷歌上搜索了这条警告信息,没有找到有用的信息,所以希望这里的人以前遇到过这个问题,可以提供一些建议。

回答by DaveAlden

My app was reviewed and approved for release, despite this warning message, so I can only assume it's an issue with iTunes Connect.

尽管有此警告消息,但我的应用程序已被审核并批准发布,因此我只能假设这是 iTunes Connect 的问题。

It now appears in the App Store with "This app is designed for both iPhone and iPad" and the iPad screenshots are shown.

它现在出现在 App Store 中,带有“此应用程序专为 iPhone 和 iPad 设计”,并显示了 iPad 屏幕截图。

My advice to others is to ignore it and submit your app for review.

我对其他人的建议是忽略它并提交您的应用程序以供审核。