Submit WatchKit Provisioning Error

↘锁芯ラ 提交于 2019-12-17 20:29:25

问题


Currently i try to submit a new app to the store with Xcode 6.2 This App includes a WatchKit Extension. All works fine, but all the time i get one error while submit/validate.

In iTunes Connect i created a App with the BundleID etc Also i if check my developer portal there is a provisioning profile with the name "Datulator WatchKit Extension".

Anyone can explain me what i m doing wrong?


回答1:


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

Technical Q&A QA1830 The beta-reports-active Entitlement Q: How do I resolve the "beta-reports-active" code signing error? https://developer.apple.com/library/ios/qa/qa1830/_index.html

I had to regenerate the "Distribution" Provisioning Profile that I was using to submit my entire app, before I included the WatchKit extension. Specifically, these steps fixed my problem:

I logged onto the developer.apple.com, selected "Certificates, Identifiers & Profiles".

  1. On the Certs IDs & Profiles website > Provisioning Profiles page, click the App Store profile.
  2. Click 'Edit'
  3. Click 'Generate'

If you have further problems with provisioning. Try this link:

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



来源:https://stackoverflow.com/questions/29479139/submit-watchkit-provisioning-error

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