Reputation: 830
I have created an app, I have paid account on Apple developer. I have created certificates and distribution provisioning, but Whenever I tried to make the development profile, it ask me for the device or list of device, see the image below:
This is a problem, I do not have any physical Apple mobile device. So I can not put UUID. So it looks like I can not complete my development profile provisioning vizard.
Please tell me how to create development provisioning profile here without having a real device??
Upvotes: 0
Views: 1528
Reputation: 568
I think development provisioning profiles are only meant to test application app on real test iphone/ipad and you don't need one to test on Simulator and launch an app, distribution profiles are used when Creating an app iTunes connect and submit it, although I really recommend have an real iphone to test one, since some features are not available on simulator and sometimes it runs differently on real phone
Upvotes: 2
Reputation: 3132
Just add UDID of your real device iPhone or iPad in "Devices" section before creating development certificate. You can use this UDID "".
Upvotes: 0