Does standalone app come delivered with a cache at the the time of build?

I have an app in TestFlight and whenever we download it fresh, it is loading an old version of the app. Therefore it seems to appear to load the cached version of the app at the time we build it.

We have set app.json updates to “fallbackToCacheTimeout”: 0. But I had assumed that a newly installed app would be forced to grab a fresh version because no cache version existed yet.

Sounds like this is no longer true, the initial cache version is “delivered” with the standalone app?

1 Like

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