I have created an app with WatchKit
. I have tried with three different bundle identifier:
com.xyz.myappname
com.xyz.myappname.extension
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 applicationmyappname.app
Please let me know whats going wrong and how to set this to publish on AppStore