When updating my app, if there is no changes on the bundle, how to not download the bundle after updating app? Using Unity addressable bundle and build to aab.
- Pre-version start down bundle
- Next version updating, and just look download bundle again.
I expect if there is no changes on the bundle, it should only do an app update.