0

I am working on the Asp.net and want to send the push notification to iPhone using ASP.NET(C#). How can I achieve this.Can you provide the detail on the same. I have little bit Knowledge about APSN-sharp",but I don't know how to user it.

Thanks in Advance.

afaf12
  • 5,163
  • 9
  • 35
  • 58
  • DOES APN provide Rest(Http) protocole to send push notification ? to simplify your code in c# , use RestSharp to send rest request to APN – Arash Sep 27 '16 at 06:32

1 Answers1

0

iPhone Push Notification server tutorial. This is a php code. Hope this will help you to understand the logic and concept. So you can convert it into ASP C#.

Adarsh V C
  • 2,314
  • 1
  • 20
  • 37