Detached App Won't Download Published Bundle

We recently had to detach our Expo app and are running into trouble with having it retrieve the published JS bundle from Expo’s servers. We are pointing to the correct manifest URL (ie exp://exp.host/@myusername/myproject) in EXShell.plist, but the app hangs on the splash screen. Interestingly enough, if we change the manifest URL in EXShell.plist to something that doesn’t make sense (for example, www.google.com), the app will realize there is no bundle at that URL and fall back to using the bundled JS that was included with the build. However, pointing it to a valid Expo URL causes it to hang, which tells me that somewhere in the process the app is failing to download the bundle. Note: this is only happening on iOS — Android seems to be just fine.

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