Skip to content

Instantly share code, notes, and snippets.

@Logikoz
Last active November 1, 2020 20:38
Show Gist options
  • Save Logikoz/82e5b41225c14f0fdac36823a0f0c60e to your computer and use it in GitHub Desktop.
Save Logikoz/82e5b41225c14f0fdac36823a0f0c60e to your computer and use it in GitHub Desktop.
How to install xamarin.uwp application in windows 10

This gist will show you how to install the xamarin.uwp application generated by VS2019

The Problem!

image

  1. for the installation we will need .cer and .appxbundle.

image

  1. Double-Click in .cer, and this window will open. Click in install certificate..., and next.

image

  1. Select Local Machine in Store Location, and next!

image

  1. Select 2nd option and click in Browse.

image

  1. Select Trusted Root Certification Authorities and click in Ok, and next!

image

  1. Click in Finish.

image image

Now, install the app.

  1. Double-Click in .appxbundle and click in Install.

image

  1. Now, use the app at will!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment