i"m want to send notification from my server side (c#) via urbanairship api
is there any example in c# how to do it?
thanks
i"m want to send notification from my server side (c#) via urbanairship api
is there any example in c# how to do it?
thanks
Here is how to do it using the System.Net.Http.HttpClient async methods.
The accepted answer doesn't work, you need to change the following line:
to
Complete working code shown below:
I wrote a c# library to simplify the use of the UrbanAirship API
https://github.com/JeffGos/urbanairsharp
Hope it helps!
Basically...
broken out to multiple lines so you can read it
and then
See api docs, msdn and here for more on https