菜鸟教程小白 发表于 2022-12-11 18:40:56

ios - 如果我从开发者帐户中删除设备会影响配置文件吗?


                                            <p><p>我想从我的开发者帐户中删除一些设备,因为它已经达到了 100 台的限制。因此,在删除设备之前,我只想确认它会对添加这些设备的配置文件产生什么样的影响。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>不,设备列表中的任何更改都不会影响配置文件。只有您要移除的设备将不再可供应用访问,并且这些(已移除)设备中的配置文件将失效。</p>

<p>以下是有关如何管理配置文件和设备的更多详细信息。
<br/> <a href="https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html" rel="noreferrer noopener nofollow">Maintaining Identifiers, Devices, and Profiles</a> </p>

<blockquote>
<p>You can disable and enable a device, but you can’t delete it from your
developer account. You can disable a device you no longer use for
development or testing. However, doing so invalidates provisioning
profiles that contain the device and doesn’t increase your total count
of devices for the year. You can also enable a device that you
previously disabled.</p>
</blockquote>

<p>另请注意,如果您的开发者帐户中允许的设备数量已达到上限,则您无法添加任何(更多)新设备来代替已移除的设备。 Apple 只是在您的开发者帐户中禁用设备,在您更新您的开发者帐户之前不会永久删除(在开发者帐户中禁用设备不会从开发者帐户中删除设备)。因此,如果您从开发者帐户中禁用/删除任何设备,设备的数量(数量)不会减少。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如果我从开发者帐户中删除设备会影响配置文件吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/46216119/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/46216119/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如果我从开发者帐户中删除设备会影响配置文件吗?