My app supports armv6 and armv7 in the app store. I want to remove armv6. How to solve a problem

爱⌒轻易说出口 提交于 2019-12-03 14:10:44

I believe the problem is that you can't restrict device capabilities after submission. From the iTunes Connect Manage Applications FAQ:

"To change device requirement information after your first binary has been submitted, you must submit an application update in iTunes Connect to provide a new binary with the new information in the UIRequiredDeviceCapabilities key. You are permitted to expand your device requirements only. Submitting an update to your binary to restrict your device requirements is not permitted. " [emphasis added]

I've been looking for a way around this, or for Apple to specifically allow removal of armv6 support with the approach of iOS5 release. Crossing fingers. :-/

In xcode, go to your project's build settings. Update your deployment target to ios 4.3.

(im using ios5/xcode4)

Have you specified UIRequiredDeviceCapabilities in your info.plist? This might be your problem, check the Apple Q&A here

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