Registration failed (invalid tag)
Closed this issue · 1 comments
fpmpeters commented
Hi,
I have implemented your plugin, it seems to go well in the debugger.
However, registration at Azure gives the following error:
Fail to perform registration operation.
"User-Agent" = "NOTIFICATIONHUBS/2013-04(api-origin=IosSdk; os=iOS; os_version=11.3.1;)";
Error Response:400
An invalid tag(s) '' was supplied. Valid tag characters are alphanumeric, _, @, -, ., : and #.TrackingId:39662438-750c-4e45-95fe-caacb3674
I am sure I send in one tag and that is not an empty string.
Also, when I send this I get the same error:
CrossAzurePushNotification.Current.RegisterAsync(new string[] { "test1", "test2" });
Anything wrong on my side?
Thanks for your answer.
Frank
fpmpeters commented
Sorry, interpreted the error in a wrong way. It is working!