I'm developing a Windows Phone application for Windows 8.1 and Windows 10 phones. The application is for internal usage only and is communicating with our system. It needs to be private so I don't want to upload it to the Store. I tried uploading it as a hidden app so that only people with link would be able to download it, but Microsoft rejected my submission since I did not provide a test account to our production server or app screenshots. I can provide them with screenshots, but I cannot give them credentials to the system.
I'm having a hard time understanding a thought process behind deploying such an application. We have around 30 employees so I think creating Company Hub for one app is a total overkill, so is using Intune.
This is super small application, but fortunately my employers are willing to spend $99 on company dev account and $299 on the certificate but what next? I tried just uploading a .appx
file on http server as a test and trying to install it by navigating the phone to the URL but it saw it as a zip
file and wants to extract it instead of installing.
Microsoft documentation is split among many pages, and more often than not they are 404 - not found
.
My question is: when I'll finally obtain a company dev account and a certificate how can I deploy my signed application? Any help or point to good tutorial would be much appreciated.