-
Notifications
You must be signed in to change notification settings - Fork 223
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
Enable In-app updates for WPF Applications (feature parity with HockeyApp) #1228
Comments
Thank you for requesting in-app updates for WPF apps. My colleague will take it into consideration, in the meanwhile, we evaluate feature request by reactions. If we get enough 👍 it will be considered for our backlog. |
Can we keep our WPF applications on HockeyApp until this feature is added? I use the call HockeyClient.Current.CheckforUpdatesAsync(), this will stop working if our apps transition to Appcenter. |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion. |
This would be super useful |
Describe the solution you'd like
We would like to use AppCenter to provide in-app notifications of our WPF applications.
On Startup, or on demand (e.g. from a "Check For Updates" menu item) we should be able to check for new public releases of our application, then have these automatically downloaded and the installation started. We distribute our applications using MSI or sometimes setup.exe and use standard Windows Installer deployments.
Describe alternatives you've considered
I see that Winsparkle is now supported for AppCenter, but native built in support using Appcenter.Distribute would be much more preferable as it keeps behaviour the same as for mobile app development.
The text was updated successfully, but these errors were encountered: