Search code examples
iosiphone-developer-program

iOS Developer Program: Enterprise or Standard?


What is the most elegant solution to test an application on a remote iPad?

My idea is to Host my application on a web server that is accessible by my customer, and he can then download the application and test it on his device.

The problem is that the customer must have a Provisioning Profile installed on their device.

Which is the best solution, so that I can install the profile on distant devices without needing Xcode?

For this situation which is the most effective, the iOS Developer Enterprise Program or iOS Developer Program?

How I have to proceed ?

Thank you .


Solution

  • For that purpose the best is to use TestFlight.

    https://testflightapp.com

    There are a lot of guides on internet on how to use it