Search code examples
windowswindows-phone-8.1windows-store-appswin-universal-appwindows-10

Where i can obtain client secret for my Universal app?


I'm following this guide (http://msdn.microsoft.com/library/windows/apps/hh465407) to implement push notifications on my app, but it seems to be outdated since I can't find the client secret as shown in this image: enter image description here.

In developer dashboard (App identity tab) I've got only SID.

I also checked Windows Live Services site but there are only passwords and private keys. There is no client secret: enter image description here

Where i can find that exact client secret shown in the msdn tutorial?


Solution

  • Azure also can't validate my app with provided SID (from Dev center dashboard) and password (from Windows Live Services site). i.imgur.com/VH1YIlo.png Maybe password != client secret?

    The Application Secret is exactly what we need, some steps you need to verify/do:

    1. Check the Package SID you filled in the Azure Dashboard, don't add extra characters, like Space character。

    2. If you still can't pass the validation, please generate a new password:

      1). Click the "Generate New Password" button

      enter image description here

      2). Click the "Active" button to active the new password enter image description here

      3). Use the new password in your Azure Dashboard enter image description here