Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
369 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...