3

It's not a particularly difficult library to write (see iphone push notification urbanairship), but it is something that everyone interacting with UA's service will probably be writing. So, I'm wondering, does it exist yet? I can't seem to find it.

Community
  • 1
  • 1
blueberryfields
  • 45,910
  • 28
  • 89
  • 168

3 Answers3

2

I started my own project to do this

https://github.com/SimonCropp/UrbanBlimp

Simon
  • 33,714
  • 21
  • 133
  • 202
2

There's also one I wrote called UrbanAirSharp

https://github.com/JeffGos/urbanairsharp

JeffG
  • 3,312
  • 1
  • 26
  • 34
1

Maybe try searching for C# instead of .NET. For instance: http://weblogs.thinktecture.com/cweyer/2010/12/sending-json-push-notification-messages-to-urban-airship-service-with-c.html

came from: http://www.google.ca/search?aq=f&sourceid=chrome&ie=UTF-8&q=urban+airship+c%23&qscrl=1

There's also already a good thread on SO: iphone push notification urbanairship

But you're right, doesn't seem like there's a completed or official library for .NET. Maybe because it's pretty easy to implement....

Community
  • 1
  • 1
Omri
  • 264
  • 1
  • 2