进行“测试”当 iPod 上安装的应用程序的配置证书过期时,它们会过期吗?
我已经安装了一个应用程序 我的 iPod touch。当配置证书过期时,此应用程序会过期吗?
编辑:
我是这种情况下的开发人员。我使用 XCode 安装它。我使用的是开发配置文件而不是分发配置文件。这会改变什么吗?
I have installed an app on
my iPod touch. Will this app expire when the provisioning certificate does?
EDIT:
I am the developer in this case. I installed it using XCode. I used a development provisioning profile not a distribution one. Does this change anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你是怎么安装的?我假设它是由开发人员连同分发证书一起发送给您的,并且您通过 iTunes 安装了它?
如果是这样,那么您将需要在当前的配置文件到期后使用更新的配置文件重新安装。
How did you install it? I assume it was sent to you by the developer along with the distribution certificate and you installed it via iTunes?
If so, then yes you will need to reinstall with an updated provisioning profile after your current one expires.
如果您谈论的是临时分发,是的:一旦 iPhone 上安装的临时配置文件过期,您将无法再启动“临时分布式应用程序”。您将需要请求新的“新鲜”生成的临时版本。
If you're talking about adhoc distribution, yes : you won't be able to launch "adhoc distributed applications" anymore once the adhoc provisioning profile installed on the iphone has expired. You will need to request a new "fresh" generated adhoc version.