-
Notifications
You must be signed in to change notification settings - Fork 9
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
Notifications #11
Comments
Only mention I found is http://developer.thegrid.io/api.html#client-application-notifications-testing, is there any other? We need to cover:
Anything else? Any objection to letting it live on its own page? |
Some services require TLS certificates or or offer incentives for using one, like remove rate limits. I'm not sure how that factors in here. Info on how to use notifications in a third party iOS and Android app could be a good start. |
You mean TLS on the notifications themselves? We don't have any support for that besides what the notification systems provide (GCM, AMS) |
I just know that when developing first-party apps I've had to deal with this process: https://msdn.microsoft.com/en-us/library/windows/apps/ff941099(v=vs.105).aspx |
There's a mention of notification channels in the current docs but it doesn't go into any detail.
The text was updated successfully, but these errors were encountered: