How do I test my app on my device?

The most common way for our developers to test their app on their device is via Ad Hoc Distribution.

Please follow Apple's instructions for Ad Hoc Distribution:
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html

Quick Rundown

To distribute your app for beta testing:

  1. Optionally, create an iTunes Connect app record.

  2. Register all test devices.

  3. Create a distribution certificate.

  4. Create an ad hoc provisioning profile.

  5. Update the build string.

  6. Archive and validate your app.

  7. Create an iOS App Store Package.

  8. Install the app on test devices.

  9. Distribute your app to testers.

  10. Solicit crash reports from testers.

  • 47 Users Found This Useful
Was this answer helpful?

Related Articles

File Tansfer with Filezilla/sftp

If you are on a Windows PC you will need to use sFTP (a secure implementation of FTP)?...

Which VNC client do you recommend for Windows?

Our clients have had success using tightVNC.  It is available for free download on the web....

How can I make my VNC connection faster?

Be sure to use a plain background on your desktop.  VNC transfers images of your desktop so...

Launch Application Loader

To Launch the Application Loader follow these steps: 1. Launch Xcode 2. Select "Xcode" in the...

PhoneGap (Cordova)

To get started developing with PhoneGap/Cordova checkout this article...