开发者

Notification to the end users about a newer version

开发者 https://www.devze.com 2022-12-24 17:09 出处:网络
I am having an application that will be installed on various machines. Now if i have a newer version than the installed one, i need to inform the users that an update is available. An update that show

I am having an application that will be installed on various machines. Now if i have a newer version than the installed one, i need to inform the users that an update is available. An update that shows up in Mozilla Firefox about a newer version,similar to that. Is this possible to implement?? Or how those Firefox guys implementing that feature? My application has been implemented using Qt 4.4. But i guess this doesn't conform to a specific programming language. I开发者_运维知识库 have virtually no idea about implementing this so any ideas regarding this are welcome.


you need a web site page, like http://yourapp.com/version and place version number in this page.

each time your app runs, check this page(quietly), if found version > current version, then open a confirm window.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号