Best Guide for IOS

Hi Expo Folks,

What is the best way to get my Expo app running on my iPhone, without requiring that my development environment (‘yarn start’) be running?

I’ve run ‘expo build:ios’ and dowloaded the .ipa file.

I’d prefer a way not involving XCode, but I do have XCode installed, as well as a current Apple Developer account.

BTW, Expo is awesome. I built my app in record time!

Thanks,
Chuck

you can just run expo publish and then sign in to the expo client on your phone with the username you used to publish, then you can open the app from expo client

Thanks, that worked for me (of course!). :grinning:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.