16

Have just noticed that Apple redesigned iOS Dev Center this weekend.

I need to add a couple of devices to an existing Ad-Hoc provisioning profile. But when I push Edit button, I can change only Name and App ID.

Is it any way to do it except of the obvious one: to delete the existing profile and create a new one with all required devices?

UPD.

Now I can edit the list of devices for development profiles, but not for distribution.

UPD. 2

Can edit devices for new distribution profiles, but can't do it for old.

Dmitry Khryukin
  • 6,408
  • 7
  • 36
  • 58

3 Answers3

9

It Works!

Apple fixed it. So it was a bug. Now you can edit your embedded device list, even if it's an Ad Hoc distribution profile.

Attila H
  • 3,616
  • 2
  • 24
  • 37
8

I looked into this on the forum and found a reference to the new App Distribution Guide. You need to delete your old profile and create a new one. You'll be given the choice at that time to add devices to the new profile. The feeling is that Apple has changed the format of the profile and this is a way of forcing you to recreate a new profile in the new format.

Richard Brown
  • 11,346
  • 4
  • 32
  • 43
  • Do you mean that every time we want to add a new device e.g. to an Ad Hoc distribution profile, we have to create a brand new one? – Attila H Apr 08 '13 at 06:26
  • 3
    If so, then what is the advantage of doing so? That is really not cool. – Developer Apr 08 '13 at 07:15
  • 1
    Even after you've deleted/re-created a new profile, you can't seem to ever modify the list of devices. You always have to delete an recreate. Hopefully they will improve this soon! – shamp00 Apr 08 '13 at 10:29
  • 1
    Check out this hack. Seems to be working - https://gist.github.com/ashtom/d0aeb62eedbfd555b04e – lostInTransit Apr 08 '13 at 17:38
2

It seems you can't edit it (generate button isn't enabled) if for example you have underscores in the profile name.

Debreuil
  • 21
  • 1
  • Yes exactly, underscores will not work for creating a new profile either – Gerd Apr 09 '13 at 08:18
  • Please file bugs on this. It is very annoying since we like to name our profiles with names like com_company_product_adhoc. – EricS Apr 13 '13 at 02:52