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.
How do I fill the tag section when sending test notification through azure notification hub

Wei Wen
1,096
Reputation points
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?
Accepted answer
-
Wei Wen 1,096 Reputation points
2021-06-28T02:27:44.297+00:00 0 additional answers
Sort by: Most helpful
@Leon Lu (Shanghai Wicresoft Co,.Ltd.) Yes, I tested, and it worked.