Register Windows Store application on live Dashboard

This article describes how to register Metro style application in Windows live Dashboard. Live Dashboard allow developer to register their metro style application on windows live Dashboard.

Register our application on live dashboard is very simple. Let we walk through all the steps one by one

  1. Click tohttps://manage.dev.live.com/build register your app.

    This link asks you to enter your live credential if you are not already log in. Please create a live account if you don't have one. Once you logged in, you will see the below page.

    1.png
     
  2. Manage your application

    The 2nd step is managing your application by using thishttps://manage.dev.live.com/Applications/Index   link. This page shows all your application which was created by you. Find your app and click on it (you will be see all the information regarding your Client Secret, Package name and SID and redirect URL.
     
    [Remember]: Redirect URL is empty because you are not set it yet, if you want to set it you need to click on the Edit Settings link from the page. Redirect URL is required to add in order to connect your application with live SDK.
     
     2.png
    3.png

                


    Click on Edit Settings link and move to API Settings and click on it. Enter the Redirect URL

           4.png

Click here to learn how to connect live SDK in metro style application

I hope this article will help you to register your application on Live Dashboard. Thanks
 


Similar Articles