Requirements for an Enterprise UWP Application
We need to build an enterprise UWP application that runs on Windows 10 without requiring the user to turn on the developer mode.
Queries
- Is there a way to sideload or install UWP apps without turning on the developer mode?
- Is it possible to remotely install UWPs and deploy to devices in a local LAN? Are there any enterprise solutions available?
- What are the considerations and procedures we need to be aware of?
Alternative Approach
In case there is no way for the above method, can we instead do the following:
- Enable developer mode
- Install the UWP
- Disable developer mode
- Use UWP (confirm all UWP devices access features are working)