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 应用程序上的目标设备系列
基础教程推荐
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
