Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 123 forks source link

Not receive notification from NotificationHub if tag have ':' in tags #189

Closed sgluca closed 3 years ago

sgluca commented 3 years ago

I'm trying to send some notification from my asp.net site to the notification hub on azure with specifics tags. It's work if tags doesn't contains any special caracthers; otherwise my phone doesn't retrive the comunication.

I have some tag like the username that is in the format username:<username> but I can't send anything from asp.net code; but if I try with a Test Send on Azure Portal it's work. I also check from diagnosis with Visual Studio and the method for get all device and the devices have tags.

I'm usign Asp.Net with C# 4.7 and package Microsoft.Azure.NotificationHub at 4.1.0; I'm already tried to encoding tag text in different format.