Where does the bundleurl in a fresh expo project?

I created a new expo project and published it successfully. I couldn’t find the bundleurl in my app.json, I just wonder how does my production app knows my bundle url.

Hey @manojmohan,

Your production url is determined by your slug https://docs.expo.io/versions/v31.0.0/workflow/configuration#slug If you’re using Release Channels, it will be added to the url as well. https://docs.expo.io/versions/v31.0.0/distribution/release-channels#publish-with-channels

Cheers,

Adam

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