Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

messagebox after install #687

Open
furiousfifou17 opened this issue May 27, 2024 · 1 comment
Open

messagebox after install #687

furiousfifou17 opened this issue May 27, 2024 · 1 comment

Comments

@furiousfifou17
Copy link

It's possible to show a messagebox after silent update ?

@ravibpatel
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants