0

Do you know how I can change the UDIDs in .ipa file without Xcodes? I got test version of my app from my programmer. But I don't want to bother him, because he is super busy.

1 Answers1

0

To change UDID in your .ipa you need to resign this ipa using certificate (p12 file) and new mobileprovision. You can do this using XCode or command line tools.

I think you won't be able to do this without iOS-developer.

Vanger
  • 692
  • 4
  • 10