Published detached iOS app but JS is loaded from laptop

Hello there,

I have very little knowledge in Expo so most likely I’m doing something obviously wrong here and would appreciate any answers.

So there is an expo project which I’ve detached and built via Xcode. When running the app from Xcode installed on the phone everything works just fine: Xcode sends the app to the phone, the app knows the url of expo server (is this a correct definition?), I’m running it via exp start and magic happens.

When I’m building the app in Xcode and push it to TestFlight, here happens something which I don’t understand: the app refuses to load (shows only blank screen) and starts only when I’m doing exp start on my laptop.

I’ve published the expo code by running exp publish.

What could be wrong here?

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