Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is there any way to intimate the user to upgrade to the latest version available for any application using afaria ?

can we add any logic to achieve this in code?

Ex: For I.E if any latest version is available,when we open I.E , we get a pop up to upgrade to the latest version. In a similar manner i would like to intimate the user to upgrade to the latest version for application which i have developed.

So what are the possible ways to do that ?

Please can anyone provide me a solution ?
Posted
Comments
Prasad Avunoori 12-May-14 5:43am    
Hi,

1. Maintain the application version in the database.
2. On Application load check the installed version with New Version in Database.
3. If the Version in Database is higher than the existing application version then give an option to user to download the latest files from the server.

Let me know if you need any help.
Member 10593922 12-May-14 5:45am    
thank u for the reply...
I'l try to work on it and then reply
Ziee-M 12-May-14 12:57pm    
Hello! there is an excellent tutorial on youtube to achive your goal. i followed the tutorial and it helped me a lot.

http://www.youtube.com/watch?v=Oa7vMrGKifo&list=PL3iOx6lykrwqc_KuJWIU3yAyTP2C7h_xE


I am not convinced with The idea of "Prasad" of saving the version in a database, you just have to use your assambly version, and upgrade the version each time you upgrade the application.
Prasad Avunoori 13-May-14 1:10am    
It sounds better approach than me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900