Disabling old devices support for developed app in xcode

蹲街弑〆低调 提交于 2019-12-11 12:58:12

问题


got an IOS app and I wantto support only new devices. eg. I wantto remove iphone4 support because of people may buy accidently that my app doesnt support that device. somehow there is no option for this in xcode.In xcode there is only universal/iphone/ipad options. but looking something an option to choose (remove iphone4)

in conclusion: need to disable old devices to be purchased.
in xcode, itunesconnect and appstore. and dont wanto add a top description (this app does not support iphone4.if you buy this app.Im not responsible of any trouble)

any better idea except adding a negative sentence into app description ?


回答1:


there is no way that you can disable support for that until Apple decides to disable support for the iPhone 4/4S, if you try to do this Apple will not accept your app because it does not follow their guidelines, you can create a smaller/not as powerful version of the app for those devices but you cannot cut them out completely



来源:https://stackoverflow.com/questions/20874979/disabling-old-devices-support-for-developed-app-in-xcode

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