I recently developed an iPhone application using Xcode. Now I want to install this application on my iPhone to check it out. How can i do this? Could you tell me, please, step by step, because I am new to this.
I already created an account on
the iPhone Dev Center.
Now what will be the next step?
According to Apple recommendations:
To test your application on different iOS devices and versions, create a special distribution provisioning profile called the ad hoc Provision profile and send it along with the application to testers. The ad hoc Provision profile does not require testers to register with the Apple Developer Program, add to your team, create signing certificates, or use Xcode to run your application. Instead, application testers simply install the application and a dedicated provisioning profile on their device to run the application. You can then collect and analyze crash reports or logs from these testers to solve problems before sending the application.
Can I do what is mentioned here? And if so, how?
source
share