Releasing Project – Sideloading on Desktop Windows

Sideloading is when you will manually install the app from the install files (not via the Microsoft store) Releasing Microsoft docs: https://docs.microsoft.com/en-us/windows/uwp/publish/ Log into the store: https://partner.microsoft.com/dashboard Create the app. In Visual Studio Select ‘Release’ Menu > Build > Run code analysis on solution Do any checks you have on the project, set version number […]

Read More

Upgrading Existing Application

How to manually upgrade and existing application running as the default ap Use the web interface Go To 'Apps' First you need to stop the existing version of the app running as default: For the app named 'IoTCoreDefaultApp' select 'Set as Default App' Wait a few seconds if needed for the message box confirming the new […]

Read More

Windows Store

Register As An App Developer You can create an inividual or company developer account.  There is a one time registration charge. https://developer.microsoft.com/en-us/store/register Windows Developer Account Management https://developer.microsoft.com/en-us/dashboard/Account/Management  

Read More

Releasing Project – For Windows IoT

Pre Release Checks Package.appxmanifest > Visual Assets Store Logo Provide your own 50x50px logo Square 44×44 Logo Provide your own 24x24px logo Provide your own 88x88px logo Square 150×150 Logo Provide your own 300x300px logo Square 310×150 Logo Provide your own 620x300px logo Splash Screen You must have a “scale-200” image for deployment to work (its […]

Read More