想要从通用应用程序降级为仅iPad应用程序 [英] Want to downgrade from an Universal app to just an ipad app

查看:103
本文介绍了想要从通用应用程序降级为仅iPad应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我本来想制作一个通用应用程序,但是现在范围已经更改,我被通用应用程序所困扰,现在我想要的只是一个iPad应用程序.所以我去了,将Targeted Device Family更改为"iPad"(或2),但是在提交应用程序时,它声称我仍然停留在Device Family的"1,2"或Universal中,并要求提供iPhone屏幕快照. /p>

我想从通用应用程序降级到ipad

无实际结果.

此外,它说最低操作系统要求为3.1.3,而我希望将其设置为3.2(也许这将巩固它作为iPad专用应用程序的存在).

提前谢谢!

更新:

我已将LSMinimumSystemVersion 3.2添加到info.plist(3.2是一个字符串) 在应用程序详细信息"下,这让我很生气:

最低操作系统要求:3.1.3

做. :(

更新:联系了苹果,他们将我发送到目标家庭设备,告诉我确保",然后将其转发给iTunes连接支持,然后我不得不写一些电子邮件给开发人员支持,并且其connect@apple.com仍然圈子.

我的任务继续!

解决方案

首先请确保您同时更改了项目和目标的设置,如果该设置仍然不变,则只需手动编辑xcode项目捆绑包中的project.pbxproj即可更改所有设置TARGETED_DEVICE_FAMILY ="1,2"到TARGETED_DEVICE_FAMILY ="1"的发生

最低操作系统要求也由部署sdk设置(上述文件中的IPHONEOS_DEPLOYMENT_TARGET)确定,不受LSMinimumSystemVersion的影响

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!

解决方案

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

这篇关于想要从通用应用程序降级为仅iPad应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆