Submit WatchKit Provisioning Error

I am currently trying to send a new application to the store using Xcode 6.2. This application includes the WatchKit extension. Everything works fine, but all the time I get one error when sending / confirming.

enter image description here

In iTunes Connect, I created an application with BundleID, etc. Also, if I have my developer portal, there is a provisioning profile named "Datulator WatchKit Extension".

Can someone explain to me what I'm doing wrong?

+3
ios xcode app-store watchkit
Apr 6 '15 at 20:29
source share
1 answer

I had the same problem. Here is a solution that worked for me.

Q & A QA1830 Beta Reports - Active Law Q: How can I resolve the "code signing" error in the "beta reports"? https://developer.apple.com/library/ios/qa/qa1830/_index.html

I had to update the Provisioning Profile "Distribution" profile, which I used to send my entire application before I turned on the WatchKit extension. In particular, these steps fixed my problem:

I went to developer.apple.com by selecting "Certificates, identifiers, and profiles."

  • On the Identity and Profile Identifiers page> Profile Profiling page, click the Application Store profile.
  • Click "Edit."
  • Click Create

If you have additional problems with the preparation. Try this link:

Technical Q & A QA1814 Configuring Xcode to automatically manage provisioning profiles Q: How do I configure an Xcode project to use automatic provisioning? https://developer.apple.com/library/ios/qa/qa1814/_index.html

+4
Apr 6 '15 at 20:48
source share



All Articles