How send push notification from asp.net web service without external libraries
Hi, I need send push notifications to iPhone from an asp.net web service in c#.
From what I've found, all devs seems to work with some exernal library, like apns-sharp or moon-apns; but I need send push notifications without any of these libraries, and make it very lightweight.
Can you help me? Someone knows a way for do it or a good book/tutorial that delve into the explanation?
Has anyone ever done it? Have you some sample code?
Greetings.
APNs-OTHER