简体   繁体   English

在会员中心更新iOS Team Provisioning配置文件

[英]Updating iOS Team Provisioning Profile in Member Center

I had to register a device through Member Center instead of using Xcode, and I've read in the App Distribution Guide that: 我必须通过会员中心而不是使用Xcode注册设备,并且我在《 应用程序分发指南》中读到:

Changes you make to your team assets using Member Center don't automatically update the team provisioning profile. 您使用会员中心对团队资产进行的更改不会自动更新团队设置配置文件。

I'm trying to find a way to update the certificates and devices in the iOS Team Provisioning Profile, but I don´t and Apple's docs only describes the process by using Xcode, how could I do this? 我正在尝试找到一种更新iOS Team Provisioning Profile中的证书和设备的方法,但是我没有,Apple的文档仅使用Xcode描述了该过程,我该怎么做?

Thanks! 谢谢!

As of Xcode 4.6.3 and the Dev Center rebuild, it is still only possible for these Xcode-managed profiles to be updated by Xcode. 从Xcode 4.6.3和Dev Center重建开始,这些Xcode管理的配置文件仍然只能由Xcode更新。 Annoyingly, the only way to kick off that process is to connect the device and use the 'Add to Portal' button. 烦人的是,启动该过程的唯一方法是连接设备并使用“添加到门户”按钮。

I have reason to believe the list of 'Connected Devices' originates from a database file living in ~/Library/Developer/Xcode/ , but I've not spent enough time with the file to determine how you could adjust it to list other devices such that you could have a 'Add to Portal' button to click! 我有理由相信“已连接设备”的列表来自~/Library/Developer/Xcode/的数据库文件,但是我没有花足够的时间来确定如何调整它以列出其他设备这样您就可以单击“添加到门户”按钮!

I'd encourage you to file an enhancement request on bugreport.apple.com about it since it affects all of us now and then. 我建议您在bugreport.apple.com上提出关于此请求的增强请求,因为它会不时影响我们所有人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 恢复iOS团队配置文件 - Restore iOS Team Provisioning Profile iOS团队配置文件问题 - Issue with iOS team provisioning profile iOS会员中心:标准开发配置文件与企业开发配置文件 - iOS Member Center: Standard development provisioning profile vs Enterprise development provisioning profile 消息 配置文件“iOS 团队配置文件:*”将在 15 天后过期 - Message The provisioning profile "iOS Team Provisioning Profile: *" will expire in 15 days 在该帐户中找不到“iOS团队配置文件:*” - 'iOS Team Provisioning Profile: *' was not found in the accoun 什么是具有相关捆绑包ID的iOS Team Provisioning Profile(iOS Team Provisioning Profile:com.mycompany.myapp)? - What is iOS Team Provisioning Profile with relevant bundle id(iOS Team Provisioning Profile: com.mycompany.myapp)? 配置文件“团队”是“未知” - Provisioning Profile “Team” is “Unknown” iOS - 在 Xcode 中更新配置文件的过程是什么 - iOS - What is the procedure for updating a provisioning profile in Xcode 开发配置文件和团队配置文件 - Development provisioning profile and Team provisioning profile 有没有办法禁用'iOS Team Provisioning Profile:*'自动创建? - Is there a way to disable 'iOS Team Provisioning Profile: *' automatic creation?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM