You are writing a Windows Store app by using JavaScript. You need to authenticate a cloud server as
a source for Windows Push Notification Services (WNS). What should you do? (Each correct answer
presents part of the solution. Choose all that apply.)
A.
Create a code-signing certificate.
B.
Register the app with the Dashboard.
C.
Create the HTTPS authentication request.
D.
Obtain the identity values and credentials for the app.
I think the correct answer is B, D, C:
1. Register the app with the Dashboard.
2. Obtain the identity values and credentials for the app.
3. Create the HTTPS authentication request.
The below MSDN article suggests the following steps:
Step 1: Register your app with the Dashboard
Step 2: Obtain the identity values for your app
Step 3: Obtain the credentials for your app
Step 4: Send the cloud server’s credentials to WNS
The cloud service sends it credentials in an HTTPS authentication request.
http://msdn.microsoft.com/en-us/library/windows/apps/hh465407.aspx