Question

I am using xcode to develop a prototype application. Nothing too fancy, just slide effects and other simple gestures. Mostly moving images around the screen.

I can preview the app on my laptop using ios simulator, but how do I take the prototype to the iPad for a more realistic view?

Thank you

Was it helpful?

Solution

First, you need to join a paid iOS Developer Program or, if possible, the iOS University Program.

Then, you will have to create and install provisioning profiles using the steps in this documentation.

After that, you can test on iOS devices the same way you test on the Simulator.

Edit

Alleviate the need to go to the iOS Provisioning Portal every time you want to add a device to your provisioning profile by using automatic provisioning.

An easier way to install provisioning profiles is to let Xcode manage them for you. See the paragraph "To provision a device automatically for development" in this guide for more information.

OTHER TIPS

This process requires a developer account with Apple - and you have to go through the Provisioning Portal to setup your provisioning profile. Apple recently came up with a great getting started guide:

https://developer.apple.com/programs/ios/gettingstarted/

Read the section on "Installing and Testing Apps on iPad, iPhone, and iPod touch".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top