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

Wei Wen 1,126 Reputation points
2021-06-25T04:01:40.937+00:00

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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,366 questions
0 comments No comments
{count} votes

Accepted answer
  1. Wei Wen 1,126 Reputation points
    2021-06-28T02:27:44.297+00:00

    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.


0 additional answers

Sort by: Most helpful

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.