问题
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: .
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:
Where i can find that exact client secret shown in the msdn tutorial?
回答1:
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:
Check the Package SID you filled in the Azure Dashboard, don't add extra characters, like Space character。
If you still can't pass the validation, please generate a new password:
1). Click the "Generate New Password" button
2). Click the "Active" button to active the new password
3). Use the new password in your Azure Dashboard
回答2:
The document is outdated, since you're implementing push notifications on your app, I assume that you're using Azure Notification Hubs, then you may refer to Add push notifications to your Windows app:
I also checked Windows Live Services site but there are only passwords and private keys. There is no client secret:
Be aware that the password is the client secret. By the way, it is important to associate your app with the Store, you can follow the steps in the new document.
来源:https://stackoverflow.com/questions/39833404/where-i-can-obtain-client-secret-for-my-universal-app