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-03 07:13:40

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.

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

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