0

As title, is possible to put manually an udid in a decoded mobileprovision and re-encrypt it manually with some commands from command line without login and follow the ordinary procedure on apple member center?

AlexBerry
  • 103
  • 1
  • 1
  • 6

1 Answers1

1

The provisioning profile must be signed by Apple for a device to accept it.

So while you could create a new plist, with an extra UDID and then sign it - unless you have one of Apple's private keys - the new provisioning profile would not be recognised.

Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159