-
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
Example available for AppCenter.Distribute with WPF? #1574
Comments
Hi @TheElectricCo, Currently WPF doesn't support in-app updates. |
Thanks for the update! |
While I wait for this to be put on the road map #1621 ... I will: [https://github.com/Squirrel/Squirrel.Windows/blob/develop/docs/getting-started/0-overview.md](Auto-Update using wither Squirrel.Windows (https://github.com/Squirrel/Squirrel.Windows)) |
@TheElectricCo Does this example from the appcenter-sdk-dotenet project work as the requested example? |
Hi @OzBob , not sure where to look. In the WPF demos I don't immediately see an implementation of the in-app updates (or I am looking over it, it is still morning). Can you point me where to look in the example? Thanks, |
Hi Lens/ @TheElectricCo |
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. |
Hi!
First of all I want to thank you for this great tool. The Crashes and Analytics module have already spared me lots of frustration and tedious debugging time :-)
Now I would like to take my WPF app a bit further. With Azure pipelines, I have set up a chain where a msi is created and deployed to AppCenter. Users in the distribution list get an email that a new version is available, which is great. However: Can the WPF app auto-detect updates via the AppCenter.Distribute package? I can't really seem to find a good example/walktrough for this on the documents page or anywhere else...
if I try this:
Distribute.SetEnabledAsync(true)
the Enabled property stays false..
Can someone guide me in the good direction?
Thanks for the help!
The text was updated successfully, but these errors were encountered: