I want to send to push notification to a windows phone 8.1 app that currently not submitted to store. is there a way for this situation?
I know that MPNS
can send unauthenticated push notification (with some limits). but is there a way to send unauthenticated push notification through WNS (as I know cloud server must first authenticate itself via Package SID
and Client Secret
)?
for the last question is this assumption is true?
windows phone 8 -> can only use MPNS
windows phone 8.1 Silverlight - > can use both MPNS and WNS
windows phone 8.1 Universal -> can use WNS