3 Steps to Run iOS App on Your Device Without Developer Account

For people who started iOS development, running your app in the app simulator won’t be the same as running on your own device. There are features that don’t exist in the simulator (and it’s harder to show to your friends what you’ve made!). Luckily, it’s free and easy to run your app on a physical device without a developer account.

Here are the things that you need to prepare :

1. Add your account in Xcode

add_apple_id

 2. Configure your project’s signing

select_team

3. Configure your device 📱

It’s great to see that Apple makes it easy for us to try our app in our actual hands. Happy testing!


I wrote this article as a pull request to enhance codebar’s awesome iOS workshop session tutorial written by Yvette Cook.