Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create custom push notification using asp.net webservice?

I have single app for iPhone and android.I want to implement custom push notification in my app using asp.net webservice.

How can i do it?

Is there any sample code which manage the data with webservice?please suggest me how can i manage webservice for this.

Thanks.

like image 906
Developer Avatar asked May 03 '12 12:05

Developer


1 Answers

Please use following code from github available for .Net push notification. You need to provide .p12 file in it and you have to set developer/production mode according to your requirement.

like image 120
Janak Nirmal Avatar answered Sep 28 '22 07:09

Janak Nirmal