ios 开发团队已达到注册 iPhone 设备的最大数量

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/44230347/
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-08-31 09:09:29  来源:igfitidea点击:

Development team has reached maximum number of registered iPhone devices

iosiphonexcodeprovisioning-profile

提问by Oskar Persson

Whenever I try to build an iOS app to my iPhone device I get the following error:

每当我尝试为 iPhone 设备构建 iOS 应用程序时,都会出现以下错误:

Your development team has reached the maximum number of registered iPhone devices.

您的开发团队已达到注册 iPhone 设备的最大数量。

I've previously had a Developer Program Membership that is now expired that I used to build apps on my old iPhone.

我以前有一个开发者计划会员资格,但现在已过期,我曾经在旧 iPhone 上构建应用程序。

How can I delete that old iPhone from my list of devices? The Apple Developer support pagesays I should go to Certificates, IDs & Profilesat https://developer.apple.com/account/but I can't find that menu.enter image description here

如何从我的设备列表中删除那部旧 iPhone?在苹果开发者支持页面说我应该去Certificates, IDs & Profileshttps://developer.apple.com/account/,但我找不到该菜单。在此处输入图片说明

采纳答案by Oskar Persson

Contacted the Apple Developer Program Support who solved it by deleting the old devices associated to the old membership.

联系了 Apple Developer Program Support,他们通过删除与旧会员资格关联的旧设备解决了这个问题。

回答by wottle

I believe this is a problem with paid developer accounts that have expired and become free developer accounts. Technically free accounts are limited to 3 devices. If you have a previous paid account that had more than 3, I bet Apple didn't clear out those devices, which means you are over your limit of devices. Other are experiencing the issue here.

我认为这是付费开发者帐户已过期并成为免费开发者帐户的问题。从技术上讲,免费帐户仅限于 3 个设备。如果您以前的付费帐户拥有超过 3 个,我敢打赌 Apple 没有清除这些设备,这意味着您超出了设备限制。其他人在这里遇到了这个问题。

I think your best move would be to sign up for a new, free account, or pay to restore your access to the full 100 device limit for a paid individual account.

我认为您最好的做法是注册一个新的免费帐户,或者付费以恢复对付费个人帐户的全部 100 台设备限制的访问权限。

回答by Rizwan Shaikh

Please do the following step to resolve this issue.

请执行以下步骤来解决此问题。

  1. Login to developer.apple.com
  2. click on your account name
  3. Go to email setting -> My Apple ID (as shown in Screenshot 1)enter image description here

  4. Again login with your credentials on new login page of apple (as shown in Screenshot 2)enter image description here

  5. Remove registered system or device from Device section (as shown in Screenshot 3)enter image description here
  1. 登录 developer.apple.com
  2. 单击您的帐户名称
  3. 转到电子邮件设置 -> 我的 Apple ID(如屏幕截图 1 所示)在此处输入图片说明

  4. 再次使用您的凭据在苹果的新登录页面上登录(如屏幕截图 2 所示)在此处输入图片说明

  5. 从设备部分删除已注册的系统或设备(如屏幕截图 3 所示)在此处输入图片说明