Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where I need to put UDID info in diawi?

Tags:

xcode

ios

ipa

diawi

I need to create the diawi link for current UDID. So I have build and have archived the project in xcode -> then export -> have saved Ad Hoc Deployment -> a few next and finally i have gotten .ipa file.

Then I go to the diawi.com and send add .ipa file and send. And now I get a link to the webapp.diawi.com where I can see the link for download the app but I am totally don't understand where I need to put current UDID.

When I am uploading .ipa file in diawi.com there no place where I can put this one.

like image 623
sergs Avatar asked Sep 11 '25 10:09

sergs


2 Answers

You don't need to put the UDID in diawi. Only those devices whose UDID is added to the provisioning profile with which you have archived the app can install the app from that diawi link.

like image 84
Aravind A R Avatar answered Sep 12 '25 23:09

Aravind A R


You need to add all UUID's in Provisioning Profile(on apple developer portal). Import that profile in Xcode and then create and upload the new ipa or zip in diawi. No need to add any UUID's in diawi.

like image 31
Developer Avatar answered Sep 13 '25 00:09

Developer