Change targeted device family on existing iPhone/iPad app(更改现有 iPhone/iPad 应用程序上的目标设备系列)
问题描述
我上传了一个新的应用程序,版本 1.0,其中目标设备系列是:iPhone/iPad.
I uploaded a new app, version 1.0, where the target device family was: iPhone/iPad.
我现在正在尝试添加一个新版本,不支持 iPad.新版本应该只支持 iPhone.
I'm now trying to add a new version, without iPad support. The new version should only support iPhone.
我收到的错误信息如下:
The error message I receive is the following:
"此捆绑包不支持一个或更多的设备以前的捆绑包中支持这个应用程序.捆绑包必须继续支持以前的任何设备支持."
"This bundle does not support one or more of the devices that were supported in the previous bundle for this app. Bundles must continue to support any devices previously supported."
我从这里去哪里?
推荐答案
不能从通用应用返回到非通用应用.仅当您希望继续时,您才必须使用 iPhone 创建一个新应用程序(新捆绑包 ID).
You can't go back to non-universal app from universal app. You'll have to create a new app (new bundle ID) with iPhone only if you wish to proceed.
这篇关于更改现有 iPhone/iPad 应用程序上的目标设备系列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:更改现有 iPhone/iPad 应用程序上的目标设备系列


基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01