ios - 将应用程序提交到 AppStore 时 bundle 无效

标签 ios swift iphone app-store appstore-approval

我无法在 App Store 上提交 App 下面是 AppStore 连接版本的屏幕截图。在 AppStore 提交过程中出现以下错误

This bundle is invalid. The value for key CFBundleShortVersionString [3.3.6] in the Info.plist file must contain a higher version than that of the previously approved version [3.5.0].

enter image description here

最佳答案

info.plist 中显示的版本和内部版本号应该更高。尝试使用 3.6.0

信息.plist

enter image description here

配置

enter image description here

关于ios - 将应用程序提交到 AppStore 时 bundle 无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54515232/

相关文章:

ios - 动态显示来自服务 Objective-C 的状态消息

python - 使用 Python 和 GAE 对编码的 URL 查询参数进行不一致的解码

ios - Safari 上损坏的通用链接横幅

ios - 是否有可能在 ios 上获得相机的焦距?

ios - Swift 中的单元测试 - 通过 XCTAssertTrue 方法插入中断和/或返回

ios - MFMailComposeViewController 不会关闭

android - PhoneGap 版本 : icons and splashscreens are not displayed correctly

ios - Sprite 在暂停和取消暂停后移动两个位置

ios - 在 Swift 的 UITextfield 中显示用户输入的密码

iphone - 我如何检测cocos2d中的触摸?