Xcode上传报错:the bundle identifier contains disallowed characters.

在我archive之后,上传到iTunes connect的时候,就报了如图的error itms-90049错误。
原因是bundle identifier包含了disallowed characters.不知怎么解决。

同时提示:see the section of the application programming guide entitled the application bundle。不过看了之后也没找到解决版本。

error itms-90049

我用的xcode7, 我的bundle identifier长这个样子。
图片描述

哪位高手遇到过这个问题,请赐教。

阅读 6.6k
4 个回答

项目设置中 General -> Identity -> Bundle Identifier 是啥?


检查一下项目中是否有额外的info.plist文件(比如第三方组件),将其删除

腾讯的 sdk 中,存在一份 info.plist,把如下信息和 App 信息配置一样就可以了

Bundle version
Bundle identifier
Bundle versions string, short

新手上路,请多包涵

楼主问题解决了没,求指教啊!我xcode 6.4 用 application loader 提交也报同样的错

在Xcode工程中的info.plist 文件中设置你的bundle ID, 跟你在itunes 中的套装ID保持一致即可。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题