messagebox after install
Opened this issue · 1 comments
furiousfifou17 commented
It's possible to show a messagebox after silent update ?
ravibpatel commented
You have to handle that logic from your application. You can insert the currently running app version in your app setting and on startup of the app check this setting to see if the current version is greater than the application version stored. If it is, you can show the message box. After this check, just update the current version in settings with the actual version.