Apple push notification in c#
P12 Certificate:-Apple requires that each organization maintain their own certificate to ensure a secure mechanism for their corporate devices to communicate across Apple’s push notification messaging network.
For now we have created our development certificate and placed it on p12 File folder on server.
Ref URL:- http://arashnorouzi.wordpress.com/2011/04/01/sending-apple-push-notifications-in-asp-net-%E2%80%93-part-2-generating-apns-certificates/
Device Token:- Device Token is required.
Message:- Notification Message.
We have used the following code for development of APNS as reference
Sample code Download Link
http://arashnorouzi.wordpress.com/2011/06/
https://github.com/arashnorouzi/Moon-APNS
P12 Certificate:-Apple requires that each organization maintain their own certificate to ensure a secure mechanism for their corporate devices to communicate across Apple’s push notification messaging network.
For now we have created our development certificate and placed it on p12 File folder on server.
Ref URL:- http://arashnorouzi.wordpress.com/2011/04/01/sending-apple-push-notifications-in-asp-net-%E2%80%93-part-2-generating-apns-certificates/
Device Token:- Device Token is required.
Message:- Notification Message.
We have used the following code for development of APNS as reference
Sample code Download Link
http://arashnorouzi.wordpress.com/2011/06/
https://github.com/arashnorouzi/Moon-APNS