Want to downgrade from an Universal app to just an ipad app

筅森魡賤 提交于 2019-12-07 21:48:42

问题


I originally wanted to make a universal app, but now scopes have been changed and I am stuck with a universal app, now all I want is an iPad app. So I went and changed the Targeted Device Family to just 'iPad' (or 2) but when I submit the app it claims I am still stuck in Device Family '1,2' or Universal, and is asking for iPhone screen shots.

I have looked high and low to downgrading from universal app to ipad

No real results.

Also, it says minimum OS required 3.1.3, when I'd rather have it set to 3.2 (maybe this will solidify it's existence as an iPad only app).

Thank you in advance!

update:

I've added LSMinimumSystemVersion 3.2 to the info.plist (3.2 is a string) and under 'app Details' this makes me rage:

Minimum OS Requirements : 3.1.3

wut do. :(

update: contacted apple, they sent me to the Targeted Family Device telling me to 'make sure' then was forwarded to itunes connect support, then i had to write a few emails to dev support and itsconnect@apple.com, still circles.

my quest continues!


回答1:


first make sure you change that setting both for the project and your target, if it is still unchanged just manually edit project.pbxproj in the xcode project bundle changing all occurences of TARGETED_DEVICE_FAMILY = "1,2" to TARGETED_DEVICE_FAMILY = "1"

also Minimum OS Requirements is determined by the deployment sdk setting (IPHONEOS_DEPLOYMENT_TARGET in the aforementioned file) , not affected by LSMinimumSystemVersion



来源:https://stackoverflow.com/questions/3277945/want-to-downgrade-from-an-universal-app-to-just-an-ipad-app

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