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
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>
Sign in to answer