Can I send images, videos, sounds, etc. Using the Microsoft Push Push notification in Windows Phone 7?

I use the push push notification service. When I send a notification message to the Microsoft Push Push notification service, can I send audio or video along with the message? Does the payload need to contain only text?

+3
source share
1 answer

In the notification payload, you can place almost anything you want, but the size cannot exceed 3 KB. Therefore, you better place the content somewhere, send a notification URL and let the client download it.

+5
source

All Articles