iphone - 从支持的设备中删除 3G

标签 iphone app-store requirements 3g

我正在尝试找出如何在 AppStore 中删除 iPhone 3G 作为我的应用程序支持的设备。我向 Apple 支持人员发送了电子邮件,要求他们在 reqs 部分中更新它,他们回复说我需要更新我的 UIRequiredDeviceCapability key 。嗯,它是通过以下方式提交的:

    <key>UIBackgroundModes</key>
    <array>
            <string>location</string>
    </array>

    <key>UIRequiredDeviceCapabilities</key>
    <array>
            <string>telephony</string>
            <string>location-services</string>
            <string>gps</string>
    </array>

在我的列表中。

有谁知道我需要设置什么确切的键/值才能使 3G 支持不在 AppStore 中列出?

最佳答案

如果你想支持3GS和4,可以将armv7放入UIRequiredDeviceCapability中。

<key>UIRequiredDeviceCapabilities</key>
<array>
    <string>telephony</string>
    <string>location-services</string>
    <string>gps</string>
    <string>armv7</string>
</array>

关于iphone - 从支持的设备中删除 3G,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4128165/

相关文章:

iphone - UITextView 没有成为 iOS 7 中的第一响应者

iphone - 发布新版本的应用程序会删除旧版本的文件吗?

app-store - iTunes Connect应用程序与支持URL:哪个是哪个?

java - 如何在 Mac OS X Snow Leopard 上安装 JDK 8?

iPhone 应用程序启动时间和核心数据迁移

iphone - 下载远程 PLIST iOS - 返回 Null

iphone - 具有多对多关系的 CoreData NSPredicate

iphone - iTunes 连接 : do I need to complete 'iOS Paid App' contract before I try to submit my app?

Facebook 应用中心 - 要求

uber-api - Uber 应用程序的功能性需求与非功能性需求