Change Development URL of Detached App

Hello! I was wondering if there is anyway to change the development URL inside Xcode of a detached app. I have published the JavaScript code and have a link for my published project. However I can’t change my manually built iOS source codes development URL from my local machine to the expo server. How would I go about changing that? Thanks!

I believe if you run a release build in Xcode it will point to the published URL. In the future we plan to expose APIs to control this in your native code.

1 Like

That’s exactly what happened! Thank you for the quick reply.