You are developing a Windows Store style app by using JavaScript.
You plan to use Windows Push Notification Services (WNS).
You need to register the app with WNS to receive push notifications.
Which credentials should you provide to WNS? (Each correct answer presents part of the
solution. Choose all that apply.)
A.
Package security identifier
B.
Package private key
C.
Publisher security identifier
D.
Client secret
E.
Package name
Incorrect!
Should be:
-Package security identifier
-Client Secret
-Package Name (Should be reworded as “Package Family Name”)
./manage.py scripts mdm_core win8-push-credentials set -c [client secret] [package_security_id] [pfn]
https://support.symantec.com/en_US/article.HOWTO101662.html#v109789304
Revising my answer as
-Package security identifier
-Client Secret
The PFN is not a credential!
https://msdn.microsoft.com/library/windows/apps/hh465407