tjanczuk / wns

Send push notifications to Windows 8 devices using WNS
Apache License 2.0
52 stars 30 forks source link

Allow values >99 and equal to 0 in sendBadge. #8

Closed ceceradio closed 11 years ago

ceceradio commented 11 years ago

From MSDN: "A value of 0 clears the badge, values from 1-99 display as given, and any value greater than 99 displays as 99+." http://msdn.microsoft.com/en-us/library/windows/apps/br212849.aspx

tjanczuk commented 11 years ago

Thanks for the contribution. Since wns is owned by Microsoft, I need to ask you to sign and submit the CLA following instructions at http://windowsazure.github.com/guidelines.html before I can accept this change. Please drop me a line here when you do.

ceceradio commented 11 years ago

I've submitted my signature of the CLA to cla@microsoft.com. Thanks!

tjanczuk commented 11 years ago

Thanks!