-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Windows Notification Service #17
Conversation
+1 support WP |
This has failures and needs rebase. |
@sherry0319 I do not understand config "accessTokenPath". How I can find it. Thanks u |
Windows Store notication service need an access token which you can get from windows access token server. See https://msdn.microsoft.com/en-us//library/windows/apps/xaml/hh868245.aspx for more details. At 2016-11-10 10:20:01, "parseserverpush" notifications@github.com wrote: @sherry0319 I do not understand config "accessTokenPath". How I can find it. Thanks u — |
I wish I cound. But node.js or javascript are not very familiar to me, so I don't known why it doesn't work. And I have no spare time currently to learn how to make it right. At 2016-11-07 23:22:51, "parseserverpush" notifications@github.com wrote: Can you support WindownPhone ? — |
Thanks you. |
I sended notify successfull but it only send 1 device / request. i want push notification multiple devices in one request. like Android or IOS, where i can send notification to ~1000 devices per request. That's pretty easier. please let me now. thanks u. |
Add support for Windows Notification Service via https://github.com/tjanczuk/wns.
Config of parse-server add :
"push": {
"wp": {
"clientID": "ms-app://... Enter your app client ID here",
"clientSecret": "Enter your app secret key here",
"accessTokenPath": "/home/accessToken.pem" the file path to dump the accessToken to make push after.
}
}
The param "deviceToken" of _Installation means the push uri of the windows phone device.
More details on https://msdn.microsoft.com/en-us/library/windows/apps/hh465435.aspx