Detached app wont run with XDE running

Hello Guys,
really could use some help, I have detached my app using expokit, which worked fine, but now when I build the app in IOS will only run while the XDE is running, if I close the expo XDE, the app stops running, i have published the app, I even updated the plist reference, what am i missing?

1 Like

I was able to figure it out, thanks to the help from the slack channel, don’t forget to update the schema file build configuration to release

1 Like

To add some more information to this thread:

  • When your Xcode build configuration is set to Debug, your ExpoKit project will fetch your local/development project url.
  • When your Xcode build configuration is set to Release, your ExpoKit project will fetch your project’s published url and release channel.

(time of writing: SDK 25)

1 Like

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