My app is no long suport ipad, when I upload my app it cause Xcode or iTunes Connect to erroneously reject my update

偶尔善良 提交于 2019-12-04 12:30:07

问题


My app is started up in xcode 3.2. Now I have updated the xcode to 4.5. And I don't want to suport ipad. So I set the Devices setting to iphone. Then update my app.But itunes connect reject my update with error message:

This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information:https://developer.apple.com/library/ios/#qa/qa1623/_index.html

how can i solve this problem without removing my app from apple store


回答1:


Your app update must continue to support all devices previously supported.

Says it all really. You're not allowed to declare support for a device, then withdraw it. The only exception is when you move up the lowest supported iOS version, you can drop older devices that no longer support that version of iOS.

The document you linked to contains your three possible options.




回答2:


My problem was that by some reason i had the same bundle id across different targets (iphone target and ipad target)

this lead me to try of uploading ipad app with iphone bundle id. Easy to miss so maybe it will help one



来源:https://stackoverflow.com/questions/14680339/my-app-is-no-long-suport-ipad-when-i-upload-my-app-it-cause-xcode-or-itunes-con

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