How to add a new device to a provisioning profile

强颜欢笑 提交于 2019-12-10 15:40:15

问题


I would like to edit a distribution provisioning profile so I can add / remove devices.

Basically, the following documentation page from Apple shows us how to do it easily... But since they updated the portal, I don't know how to do it anymore...

http://developer.apple.com/library/ios/#recipes/ProvisioningPortal_Recipes/CreatingaDistributionProvisioningProfile/CreatingaDistributionProvisioningProfile.html#//apple_ref/doc/uid/TP40011211-CH3-SW1


回答1:


I'll answer my own question, since the device list is only appearing for development profiles, there's a javascript hack that enables us to fix this issue for distribution profiles.

https://gist.github.com/ashtom/d0aeb62eedbfd555b04e

EDIT : Apple fixed the issue. The device list is now displayed for distribution profiles.



来源:https://stackoverflow.com/questions/15879245/how-to-add-a-new-device-to-a-provisioning-profile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!