Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Swift Deploying to a Device App Icons and Launch Screens

Alfonso Lagrasta
Alfonso Lagrasta
7,551 Points

Test App on a device

Hi all, my question is: can you associate more than one IPhone to your developer account? Thank you

1 Answer

If you go to your developer account and navigate to the Certificates, Identifiers & Profiles section. Then click on the devices folder near the left side of the window. You should be able to add up to 100 total devices. I have my iPhone and my iPad mini registered to test on two different devices.

You can add the devices through the web if you know the Device ID or through Xcode.

(I added both my devices through Xcode by plugging the device in, then selecting it by the run button, then compiling and running the app on my device. Xcode popped up a few alerts but eventually launched the app on my device. After that the device was posted in my developer account.)

Hope that helps!