GloballyDynamic icon indicating copy to clipboard operation
GloballyDynamic copied to clipboard

[Question] change globallyDynamicServers gradle config (url) at runtime

Open FWPClientDev opened this issue 10 months ago • 1 comments

Hi,

I am investigating a self hosted approach with globallyDynamic in order to download dynamic modules on-demand in my software. It is working fine with a static globallyDynamic server instance, the bundle is successfully uploaded at buildtime and the module is downloaded on-demand later, just as expected.

However, in a productive use case of the software I am trying to integrate this in, the device might not have access to the internet, and therefore may need to request the module from a different URL.

So in short, is there a way to dynamically change the globallyDynamicServer url at runtime (after build), or is there any simple suitable workaround to achieve this?

FWPClientDev avatar Mar 05 '25 17:03 FWPClientDev

Hey, thanks for reporting. Not currently, no. It is something that could be added though. Don't have time to work on it right now though (maybe in a week or so). If you want it quicker than that, feel free to submit a PR.

jeppeman avatar Mar 08 '25 07:03 jeppeman