如何将iOS设备添加到多个配置文件?

时间:2014-10-18 19:50:48

标签: ios provisioning-profile ios-provisioning in-house-distribution

似乎每个星期我公司的某个人都在丢失或者获得新设备,并且在多个分发配置文件中添加新设备相当麻烦。

我知道可以同时将多个设备添加到配置文件中,但相反的情况呢?有没有办法同时将设备添加到多个配置文件中,如果没有,管理这种情况的最有效方法是什么?

2 个答案:

答案 0 :(得分:2)

查看https://github.com/nomad/cupertino

使用Mattt Thompsom创建的此工具,您可以直接从终端管理设备,配置文件,应用程序ID和证书。

$ ios profiles:devices:add MyApp_Development_Profile "Johnny Appleseed iPad"=0123456789012345678901234567890123abcdef 
$ ios profiles:devices:add AnotherApp_Development_Profile "Johnny Appleseed iPad"=0123456789012345678901234567890123abcdef 
$ ios profiles:devices:add MyAwesome_Development_Profile "Johnny Appleseed iPad"=0123456789012345678901234567890123abcdef 

这肯定比使用Developer Portal点击所有内容更好。

答案 1 :(得分:0)

简短回答:有一种没有的方法可以同时将设备添加到多个配置文件中,我担心您不会为每个配置文件手动执行此操作...我是在类似的情况下为我的公司管理多个应用程序和设备,并主要负责iOS配置。

这是不可能的,因为Apple没有其他用于管理iOS配置的界面而不是iOS开发中心,因此您必须抓住给出的机会,在这种情况下,遗憾的是为每个配置文件手动添加设备。 :/