Provision file to test app on ANY device, bypassing need for UDID

Is there a way to generate a mobile provision to allow the app to be installed and used on any device, first for testing, but later for general distribution? I don't own a mac or iphone. I created it with unity cloud build and will be testing on Kobiton that provides access to iphones. I am unable to install my app because I generated the provision file for app store and evidently it's not like android APKs that can be conveniently installed on any device. I haven't asked but I think my client may prefer ad hoc distribution and I want to generate a version that can be installed on any device. Thanks.

Is there a way to generate a mobile provision to allow the app to be installed and used on any device, first for testing, but later for general distribution?

For the Mac, you can do this using Developer ID. Be aware, however, that Developer ID distribution does not offer all the capabilities of Mac App Store distribution. For details, see Developer Account Help > Reference > Supported capabilities (macOS).

For iOS, you can do this using In-House (Enterprise) distribution. There are strict limits to its use, both business and technical. IMO it is better to distribute your app via the App Store. If you want to do this for testing, using TestFlight. If you want to restrict who can use the final app, create a custom app; see WWDC 2020 Session 10222 Create custom apps for employees for details.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Provision file to test app on ANY device, bypassing need for UDID
 
 
Q