CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2015
    Posts
    7

    How to make your own uwp app to be opened with uri-scheme?

    How do I configure my own uwp app to be opened with uri-scheme?

  2. #2
    Join Date
    Apr 2016
    Posts
    5

    Re: How to make your own uwp app to be opened with uri-scheme?

    In the Solution Explorer, double-click package.appxmanifest to open the manifest designer. Select the Declarations tab and in the Available Declarations drop-down, select Protocol and then click Add.

    Here is a brief description of each of the fields that you may fill in the manifest designer for the Protocol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured