xcode Provisioning Profile iOS 团队即将到期(免费帐户)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/37917306/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:56:13  来源:igfitidea点击:

The provisioning profile iOS team is expiring soon (free account)

iosiphonexcodeprovisioning-profile

提问by Alex

The first time I deployed an app to an iPhone I got this warning. When you Google for answers it seems like I should go to https://developer.apple.com/account/ios/certificateand refresh my provisioning profile. However, I can't access that page and just gets redirected to https://developer.apple.com/account/#/welcome.

我第一次将应用程序部署到 iPhone 时,我收到了这个警告。当你用谷歌搜索答案时,我似乎应该去https://developer.apple.com/account/ios/certificate并刷新我的配置文件。但是,我无法访问该页面,只是被重定向到https://developer.apple.com/account/#/welcome

I REALLY hate to have this warning and it seems that there is no way to remove it. Does anyone know hot to fix this for free accounts (just logging in with Apple ID)?

我真的很讨厌这个警告,而且似乎没有办法删除它。有没有人知道如何为免费帐户解决这个问题(只需使用 Apple ID 登录)?

回答by

Unfortunately, Apple doesn't allow management of apps, certs or bundle ids without a paid account. However, a correctly-functioning, free account should let Xcode auto-create provisioning profiles which expire in about a week. And because they timeout so soon, this causes Xcode to nag you with a warning in order to support Apple (e.g., spending more money) to pay for the privilege of usable development, which is reasonable. Just ignore it or spend $99 USDif you feel it necessary to silence this, deploy apps you wrote for longer than 1 week, deploy apps to other people's devices and perhaps publish a great app which can make you some $ too.

不幸的是,Apple 不允许在没有付费帐户的情况下管理应用程序、证书或捆绑 ID。但是,正常运行的免费帐户应该让 Xcode 自动创建大约一周后到期的配置文件。而且因为它们很快就超时了,这会导致 Xcode 用警告来唠叨你,以支持 Apple(例如,花更多的钱)来支付可用开发的特权,这是合理的。如果您觉得有必要消除它,请忽略它或花费 99 美元,部署您编写的应用程序超过 1 周,将应用程序部署到其他人的设备,也许发布一个可以为您带来一些收益的出色应用程序。