问题描述
目前我尝试提交新的应用程序商店使用X code 6.2
这个应用程序包括一个WatchKit扩展。
一切工作正常,但所有的时间,我得到一个错误,同时提交/验证。
Currently i try to submit a new app to the store with Xcode 6.2This App includes a WatchKit Extension.All works fine, but all the time i get one error while submit/validate.
在iTunes Connect中我创建与BundleID等一应用
此外,我如果检查我的开发人员门户有一个名为Datulator WatchKit扩展一个配置文件。
In iTunes Connect i created a App with the BundleID etcAlso 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?
推荐答案
我有同样的问题。这里是为我工作的解决方案。
I had the same problem. Here is the solution that worked for me.
技术问答集; A QA1830
测试版的报表活性权利
问:我如何解决公测的报表活跃code签约错误?
Technical Q&A QA1830The beta-reports-active EntitlementQ: How do I resolve the "beta-reports-active" code signing error?https://developer.apple.com/library/ios/qa/qa1830/_index.html
我不得不重新生成,我用提交我的整个应用程序的分配发放模板,在此之前我包括WatchKit扩展。具体来说,这些步骤固定我的问题:
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:
我登录到developer.apple.com,选择证书,标识符和放大器;配置文件。
I logged onto the developer.apple.com, selected "Certificates, Identifiers & Profiles".
- 在的证书编号和放大器;型材网站>配置个人资料页面,点击App Store的配置文件。
- 单击编辑
- 单击生成
如果你有供应进一步的问题。尝试此链接:
If you have further problems with provisioning. Try this link:
技术问答集; A QA1814
设置X code到自动管理资源调配的配置文件
问:我如何配置我的X code项目中使用自动配置?
Technical Q&A QA1814Setting up Xcode to automatically manage your provisioning profilesQ: How do I configure my Xcode project to use automatic provisioning?https://developer.apple.com/library/ios/qa/qa1814/_index.html
这篇关于提交WatchKit配置错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!