When I try to do "Test Send" but it seems not works: The Notification payload is invalid.

Hưng Lê Mạnh 0 Reputation points
2024-09-24T11:27:05.9933333+00:00

Dear All,

The documentation that I am following: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification#create-an-app-in-windows-store

I sent toast with default option:

Platforms: Windows

Notification Type: Toast

Payload:

<?xml version="1.0" encoding="utf-8"?>
<toast>
<visual><binding template="ToastText01">
<text id="1">Test message</text>
</binding>
</visual>
</toast>
Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
320 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.