Install the iPhone application on the device

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?

0
source share
2 answers

go to the memeber registration area and log in with your credentials.

enter image description here

go to the tab "Certificate", "Identifiers" and "Profile"

enter image description here

go to keychain access and create a .csr file and save it. required to create certificates

enter image description here

  • create certificate on certificate tab
  • create application identifiers in the identifier tab
  • Register the UDID of the device in the "Devices" tab.
  • Create a distribution profile on the Profile Profiling tab and download and save it.
  • Install the Provisioning profile on your device and create a project using this profile.

enter image description here

Archive the project and create the .ipa file

enter image description here

Final step: Install this .ipa file on your device.

, . .....

+6

can not / .

+4

All Articles