I am making use of windows push notification service. When i pass a notification message to microsoft push notification service, can i pass audio or video along with the message? Is it necessary that the payload contain only text?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can put pretty much everything you want in the notification’s payload, but the size cannot exceed 3KB. Therefore, you should rather host the content somewhere, send the URL with the notification, and let the client download it.