WatchKit app submission

落花浮王杯 提交于 2019-12-13 22:35:30

问题


I have created an app with WatchKit. I have tried with three different bundle identifier:

  1. com.xyz.myappname
  2. com.xyz.myappname.extension
  3. com.xyz.myappname.extensionapp

If I set this and try to validate my app I am getting extension app and WatchKit app bundle identifier does not match.

If I keep same bundle identifier for both app then I am getting CFBundle identifier collision. Error as follows

CFBundleidentifier collision : There more than bundle with the CFBundleidentifier value com.xyz.myappname.extension under the IOS application myappname.app

Please let me know whats going wrong and how to set this to publish on AppStore


回答1:


Had the same problem today!

Select your main App target, and go to Build Phases. Under "Copy Bundle Resources", I had to remove the "APPNAME Watchkit App.app".

After that, I was able to submit my App to the App Store.



来源:https://stackoverflow.com/questions/29445082/watchkit-app-submission

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!