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,126
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?