Expo app without hosting static file?

Hi team,

@barthec @charliecruzan @sjchmiela

What is the need to host the static files in a CDN (either expo CDN / local server). Because the .IPA itself contain those asset and JS build. Also I am disabling OTA updates. So no need to hit CDN to fetch any changes.

I don’t want to host the asset and JS bundle even on my own server. I want my app to load all app related data from the local .IPA bundle itself.

Is this is possible?

If not. Why can’t the app load these bundle from local without hitting any hosting URL?

More details in this thread What Does expo generated .IPA contain?

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