App not loading the latest published bundle

When building a production release APK, the bundleUrl points to an outdated bundle.

I have published my bundle many times since the version that it attempts to load.

As a workaround I tried publishing with a release channel and then building an apk to match the release channel. This fails completely with an error: ‘Could not load app’.

I attempted to load the app while offline so that it would not load the bundle from the url under the belief that a bundle is packaged with the apk but that doesn’t seem to work either.

My aim was to use the Update module to debug what the expo servers were reporting as the latest bundle.

Is there any way to get out of this situation?

Thanks
Charles

I figured it out! I have two expo accounts and I was signed in to the old one :man_facepalming:t2: Everything was building and publishing fine but the expokit app was wired up to the new account even though the bundle urls were set correctly in the appconstants

Glad you figured it out!