Certificates are not auto populated after the successful association of UWP project with microsoft store built in Xamarin.

hariprasad gudimalla 1 Reputation point
2022-06-24T03:14:44.507+00:00

Hi team,

I did the following steps to fetch the certificates in UWP from the Microsoft Store.

Association of UWP Project

  1. Right clicked on the UWP project.
  2. Clicked on the publish option.
  3. Then clicked on the associate app with store and clicked on next button.
  4. Logged in with my company account credentials.
  5. Then list of our company apps got populated then, I selected our app and clicked on next to associate the app.
  6. The association was successful.

214595-capture1.png
214546-capture2.png
214586-capture3.png

Selection of Certificate.

  1. After the successful association
  2. Right clicked on the UWP project.
  3. Selected create App packages option.
  4. Then selected the sideloading option and clicked on next.
  5. When I clicked the "Select from Store" option there were no certificates populated.

214587-capture4.png

I am tried with Visual studio 2019 and 2022 but no progress. Could you please help me on this.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 31,826 Reputation points Microsoft Vendor
    2022-06-24T09:08:19.01+00:00

    Hello,

    Welcome to Microsoft Q&A!

    This behavior is expected. When you associate your app with Store, it will create a Package.StoreAssociation.xml file which contains the name of your app and some other information. The association will not create a certificate for you. So there is no certificate that you could choose in the certificate Store.

    If you want to create a sideload package, you will still need to create your own test certificate.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments