Upgrading SDK version vs Asset used by distributed App

Does distributed app, on Play Store and App Store, that are using an older version of the SDK (25) will still be able to access the last version of the assets published, with that same SDK (25) on the expo server, AND at the same time publishing another version of the same app with a newer version of the SDK(30)?

Hey @rocketracc0o.o0nn,

No, all assets are hashed based on the entirety of their contents and then stored by that hash. If you change an asset, even if it has the same filename in your project, once you republish it will be treated as a completely separate file on our server and in prod apps.

Cheers,

Adam

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