Question about software updater applications
-
Hi! I'm interested in developing the software updater for other applications, for example such as in
CCleaner
orAvast
, they have such feature.Screenshot:
The question is how these apps know about the newest software version available? Is there any kind of the online database for that or software companies share such info with them? Thanks.
-
Hi,
Usually, yes. There's a server that publishes available versions with information.
You can see the same idea but implemented differently in the Qt online installer for example.
-
Hi,
Usually, yes. There's a server that publishes available versions with information.
You can see the same idea but implemented differently in the Qt online installer for example.
Hi! So how to get this data from that server (url or docs how to access it)? It is public server? Thank you for the answer.
-
That will depend on the framework used. But the two I remember were using an RSS feed that provided the information to be shown by the updater/installer.
-
That will depend on the framework used. But the two I remember were using an RSS feed that provided the information to be shown by the updater/installer.
Can you share these
RSS
feeds, or at least some info how to find it? Thank you. -
Ok. I have found some: https://www.reddit.com/r/sysadmin/comments/9nnkn5/software_update_alertsfeed/