前言
  公司的iOS测试机快达到苹果规定的100个上限了,而因为the new iPad新出,我们需要新的quota来测试新iPad,所以就仔细研究了一下苹果关于100个测试设备上限的规则。在这里分享给大家。规则的详细内容主要来自 苹果的官网文档。
  规则
  我总结出来的规则如下(附上原文以便对应):
  每一个开发者membership year,只能有100次增加设备的名额。如果你增加一个设备,之后又将该设备删除,并不会将用掉的名额恢复.
  You can register up to 100 devices per year for development purposes. Any devices added, then later removed, still count towards your maximum number of registered devices per year.
  在每一个开发者membership year开始的时候,Team Agent和Admin角色可以选择删掉一些设备来恢复资格, 也可以清空所有设备来恢复到最多100次设备的名额。这个操作在Team Agent和Admin在一次新的membership year开始后即可使用,在使用时,需要注意,先将需要删除的设备删掉,然后才能添加需要新增的设备。一旦开始增加新设备,删除设备以恢复名额的功能将不再可用。
  At the start of a new membership year, Team Agents and Admins can remove devices and restore the available device count for their development team to 100 devices.
  When Team Agents or Admins first sign in to the iOS Provisioning Portal at the start of a new membership year, they will be presented with the option to remove devices and restore the device count for those removed devices.
  Important Note: At the start of your membership year, make sure to remove all devices you no longer use for development prior to adding any new devices.
  在以后整个membership year中,删除设备不会增加新的名额。
  Removing devices during your membership year will not open these slots to add new devices.
  举例
  直接看规则比较晦涩,举个例子:
  假如第一年,你增加了70个设备,同时删除了10个设备,这个时候,虽然你的设备数是60,但是可用的增加测试机的名额却只有30个了。
  到了第二年,你续费了开发者身份,在你第一次登陆进去后,你可以看到你的可用设备恢复成 100 – 60 = 40个了。这个时候,你可以选择删除一些设备,例如你又删除了20个设备,这样你的名额数变成60个。之后你增加了一个设备,因为你选择了增加新设备,苹果认为你已经放弃删除设备以恢复设备数的机会,这样,你的名额就固定成59个。以后删除设备都不会增加新名额了,直到你的下一个membership year开始时才又会有这样的机会来删除设备释放名额。
.....
本文转自:51Testing软件测试网