Hey folks,
I have developed a plugin built on HISE, which is built on JUCE. I would like to implement plugin version checking against an XML file on my server to display a notification if a newer version is available.
I know that JUCE has this capability built into it, as it gives notifications whenever a new version of JUCE is available.
Is there a way to use this feature of JUCE and customize it for my needs or does a new module have to be written from scratch and then incorporated into my plugin?
What is the correct and best way to go about this?
Thank you!