Project Description:
You are required to write a class (or use 3rd party), for us to send message to Apple apns server, using ASP .NET in VB.
.Guide us how to add that into our project reference, so we will call the procedure from our ASP .NET app in VB.
.Install certificate (if necessary) into windows server 2008 IIS
Pseudocode code:
CallApnsFunction(certificate,appid,udid,token,message,...)
* iOS app has been developed, code of push notification has been added, and it now work well with php easyapns (http://www.easyapns.com/apple-delegate)
* Certificate (xxxxxxxxx.pem) will be given.