iTunes Connect warning: “Your binary doesn’t support iPad”

↘锁芯ラ 提交于 2019-12-04 18:35:40

问题


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

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

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

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.

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

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

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

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.


回答1:


My app was reviewed and approved for release, despite this warning message, so I can only assume it's an issue with 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.

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



来源:https://stackoverflow.com/questions/28503020/itunes-connect-warning-your-binary-doesn-t-support-ipad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!