问题描述
我正在使用 Ionic 为 iOS 构建一个 html 应用程序.我已经在 iTunes Connect 上注册了一个应用.
I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.
在 Xcode 中一切顺利,直到我上传到 App Store.我收到以下错误:
All goes well in Xcode until I upload to the App Store. I get the following error:
iTunes Store 操作失败.
没有找到合适的申请记录.验证您的包标识符com.iconicframework.app315125"是否正确.
推荐答案
我怀疑您不应该将您的应用称为com.ionicframework.app315125".这看起来像是一个示例项目的剩余名称.
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
您需要在开发者门户中创建一个新的捆绑标识符:
You need to create a new Bundle Identifier in the Developer portal:
然后在 iTunesConnect 中创建新应用程序"时选择它:
Then choose it when you "Create New App" in iTunesConnect:
对我来说,我会选择 com.maniac-games.lowdown.
For me, I'd pick com.maniac-games.lowdown.
这篇关于上传到 App Store 时出现 Xcode 错误:“找不到合适的应用程序记录"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!