Why can't we install a officially signed app on the HoloLens 2 without Developer Mode?
Were currently blocked in our release, because the HoloLens 2 won't let us install our signed app via AppInstaller when not in developer mode... We have a website that displays a QR code with the correct ms-appinstaller link that should install the application. The app itself is deployed by our Azure pipeline:
- Unity Build
- Create .appxbundle with VS22
- Load .appxbundle onto signing server
- Publish signed .appxbundle onto website to download via ms-appintaller.
Scanning the QR code with the HoloLens 2 opens up the AppInstaller. The installer gets stuck after a few seconds. Clicking it again shows the following message:
"For proper functioning of the app, try to launch a Windows app package"
This only shows up, when the HoloLens is not in developer mode. Everything works as intended in dev-mode. We do not intend on publishing this application to the Windows Store, the only way to update or download it should be our website.
Why can't we install the signed application?