Reputation: 71
Junior Dev here trying to figure out how to deploy and manage a UWP app for multiple Assigned Access accounts (think restaurant kiosks) that I won't be able to physically access or have a user interact with them for updates.
Question: If I had a UWP app on Windows Store for Business with a pending update, what happens when the app is currently running on an Assigned Access account?
Thanks for all you help!
Upvotes: 1
Views: 560
Reputation: 1829
- When does the app actually get updated? On the next reboot of the machine before the app is launched via Assigned Access?
No, users cannot update the app via Assigned Access. So you need to log out of the kiosk-mode to update the app.
2.Is there a way to force the app to update and restart without a reboot of the machine?
No. And since currently for UWP app, we need to log out of the Assigned Access account and sign in with non-kiosk account so we cannot avoid a reboot of the machine.
3.Is there any user interaction required for this to happen (like a UAC prompt)
As I said above, you can switch with your non-kiosk account to complete the update and switch back to the Assigned Access account if needed.
4.Does the AUMID change and if so does this break the assigned access?
Yes. "AUMID" depends on the application and current user of the machine. So if one of them changes, the assigned access will be broken.
Upvotes: 1