Hi, we have our game published in google play store. We have implemented a new Addressable system for dynamic content delivery. Currently we have 2 profiles in Addressable system, one is default profile and another one is production profile where production URL is set for RemoteLoadPath Now we modified some of our assets and we don’t want to submit another build. For that, we can just “Update A Previous Build” and select the previous addressables_content_state.bin file. Everything will be okay. But we want to test our changes without releasing the updated asset in the production server. As per my understanding, to do this, we need to add another profile where the QA server url should be set for RemoteLoadPath. But we can not do “Update A Previous Build”, because this is giving us an error that, previous player build’s remote URL and QA build’s remote URL are not the same. If we make a “New Build”, then we can test content with QA server, but doing so will reset all the references and we have to make an apk build and publish it again for production. So, how can we test the updated content without releasing it to the production server and without building a new build for production ?
I’m a little unsure about your issue. If you update a previous build, then upload that to your QA location, why can’t you just change the runtime path to point there in your QA build, using the same profile?
Thanks a lot