iOS应用提交:删除对iPad的支持 [英] iOS App Submission : remove iPad support

查看:301
本文介绍了iOS应用提交:删除对iPad的支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个iPhone App(不支持iPad布局的本机支持)在App Store中启动了一年.我的客户希望从iPad的App Store中删除该应用.

I have an iPhone App ( no native support of iPad layout ) launched in App Store for a year. My client wishes to remove the App from iPad's App Store.

我知道它需要对App进行更新,但是如何更改我的plist以反映所做的更改?

I know it requires an update of the App, but how do I change my plist to reflect the changes?

Apple允许此类更改吗?正如我之前尝试过的,如果我添加了硬件功能要求,它将不会通过App Approval流程.

Do Apple allows such changes? As I tried before, if I add hardware capabilities requirements, it will not pass the App Approval process.

更新:更准确地说,我的客户希望删除对那些没有消息(SMS)功能的设备的支持

UPDATE: more precisely, my client wants to remove support of those devices that without Messages (SMS) feature

更新:需要支持iOS 4.3+(计划仅支持iPhone 3GS,iPhone 4/4S,iPhone 5)

UPDATE: requires support of iOS 4.3+ ( planned to support iPhone 3GS, iPhone 4/4S, iPhone 5 only )

推荐答案

最终答案是:

一旦您在应用提交中添加了iPad支持,便无法删除它.

Once you added iPad support in App submission, there is no way to remove it.

您必须在App启动期间通过选中UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad

You have to block the access in iPad during App launch by checking UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad

这篇关于iOS应用提交:删除对iPad的支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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