I wants to upload my Apple Watch application on iTunes. When I am validating my Archive it is giving following error.
Asked
Active
Viewed 308 times
0

Anupam Mishra
- 3,408
- 5
- 35
- 63
-
http://stackoverflow.com/questions/29445082/watchkit-app-submission – ares777 Apr 15 '15 at 10:04
-
Hi , I already followed that stuff , still facing same issue. – Anupam Mishra Apr 15 '15 at 10:10
-
• In order for Watch apps to function properly, certain properties must match across the Watch app and its App Extension (18857540): • The WKAppBundleIdentifier property of NSExtensionAttributes in the WatchKit App Extension’s Info.plist must match the CFBundleIdentifier of WatchKit App's Info.plist. • The WKCompanionAppBundleIdentifier property of the WatchKit App's Info.plist must match the CFBundleIdentifier of the Containing iOS App's Info.plist. It seems to be a problem related to http://stackoverflow.com/questions/29608264/error-itms-90451-cfbundleidentifier-collision-error – ares777 Apr 15 '15 at 10:40