App Update Helper #128
michael-hawker
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Seems I've also misunderstood how mandatory package updates worked. Looks like it's entirely up to the app to handle what to do when a mandatory update exists. The code in the docs is a little messy, but I'm not sure what helpers or controls we could provide without restricting the flexibility of just using the Windows APIs. Did you have something specific in mind? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess I've mis-understood how 'mandatory package updates' worked. I thought it was store enforced, but it's just a flag your app can check for.
You need code to enforce this. See the docs: https://docs.microsoft.com/windows/uwp/packaging/self-install-package-updates#mandatory-package-updates
Maybe it could be helpful to have some sort of helper or custom update dialog (or combination) to help here?
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions