Jacek
Jacek

Reputation: 12053

Send push notifications for Windows Phone with a certificate?

I would like to send push notifications for Windows Phone. I have a sending program and client app, but now it works without a certificate. I want to use a certificate in order to avoid the limit of 500 pushes per day.

What should I do to use a certificate? Where can I get a certificate and what should I do in my code?

Upvotes: 0

Views: 449

Answers (1)

Mayur Tendulkar
Mayur Tendulkar

Reputation: 718

You can certificate from any certificate signing authority. You'll need to upload this certificate in your account at Windows Phone developer centre. You can find more information here: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff941099(v=vs.105).aspx

Upvotes: 1

Related Questions