Search code examples
iosxcodeprovisioning-profile

Is provisioning file required to build iOS project for relase?


I'm trying to build an iOS project and distribute through OTA (Over The Air). And it looks like I need a provisioning file to in the process, but I don't have any iOS devices (therefore the UDID) required for generating the provisioning file. Does this mean, we have to buy iOS device for releasing an app?

(I can't proceed in the distribution provisioning file generation process without Device)

cant proceed


Solution

  • It's not possible to build and release the app without provisioning file. And we need at least 1 UDID for that. So it's impossible to publish the app without UDID.

    Thanks guys.