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?
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.