question

WeiWen-3421 avatar image
0 Votes"
WeiWen-3421 asked WeiWen-3421 commented

How do I fill the tag section when sending test notification through azure notification hub

I have an azure storage that has a device table. This table contains device RowKey, device token, and other information. For Android devices, I tried to use device RowKey as tag, but that didn't work. I also tried device token (Firebase token), and still it didn't work. What exactly is a tag and how should I set up a tag for a device, in particular, Android device?

dotnet-xamarin
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

WeiWen-3421 avatar image
0 Votes"
WeiWen-3421 answered WeiWen-3421 commented

I have an idea on how this works. When registering a device, if I set the tag as the device RowKey, then I can use the RowKey as the tag when sending test notification.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for your sharing, did you use above way to fix this issue?

0 Votes 0 ·

@LeonLu-MSFT Yes, I tested, and it worked.

0 Votes 0 ·