iPhone - 配置配置文件和应用程序商店?
大约 5 个月后,我决定提交应用程序的新版本。 我查看配置文件并发现我的证书丢失了。
每个应用程序商店配置文件都链接到我的证书,并且由于缺少证书,我无法下载我的配置文件。
这里的解决方案是什么? 是否可以提交新证书并将我的配置文件与新证书相关联?
I decided to submit a new version of my app after about 5 months.
I went to provisioning profile and noticed that my certificate is missing.
Every app store provisioning profile is linked to my certificate, and since the certificate is missing i cannot download my provisioning profiles.
What is the solution here?
Is it possible to submit a new certificate and relate my provisioning profiles to the new certificate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,生成一个新证书,
然后编辑您的配置文件以在“证书”部分中选择新的配置文件。
在您的项目中,确保在代码签名属性中选择新的配置文件。
Yes, generate a new certificate,
then edit your provisioning profiles to select the new one in the Certificates section.
In your projects, make sure your new profiles are selected in the Code signing property.