- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试将我的应用的更新上传到应用商店,但遇到了这个错误
ERROR ITMS-90101: "This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html"
我已经为此苦苦挣扎了一段时间,所有的 info.plist 和build设置选项都是相同的,唯一改变的是我必须将启用位码设置为 NO 并让应用程序传输安全设置以允许任意负载。
可能导致此错误的原因与位码/任意加载有关。
编辑:
我将设置从 iPhone 更改为通用,然后出现这些错误
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'app.app.app'."
ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'app.app.app'."
我想知道如果应用程序之前支持 iPad,这些是否不会出现
最佳答案
如果您的应用程序在之前提交时已经支持 iPad 和 iPhone 版本,但您想要发送应用程序,请取消选中 iPad 目标设备。你可以看到这个错误。
如果您想不支持某些旧设备(仅限 iPad 或 iphone),Apple 不允许您进行更新。
关于ios - ITMS 90101 错误上传应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37739383/
我有以下正则表达式 /[a-zA-Z0-9_-]/ 当字符串只包含从 a 到z 大小写、数字、_ 和 -。 我的代码有什么问题? 能否请您向我提供一个简短的解释和有关如何修复它的代码示例? //var
我是一名优秀的程序员,十分优秀!