Unable to remove registered devices from NotificationHub using pnsHandle by the method NotificationHubClient.DeleteRegistrationsByChannelAsync in iOS
Sachin K
0
Reputation points
Hi,
I am having an issue to remove the registered devices from the NotificationHub using the method NotificationHubClient.DeleteRegistrationsByChannelAsync(String) in the package Microsoft.Azure.NotificationHubs v4.1.0
I have passed the token (which I used to register the device to the NotificationHub) as a parameter to this method. But I am still receiving notifications in ios device.
The target framework is ASP.NET Core 6.0
I would also like to mention about this issue also
https://github.com/Azure/azure-notificationhubs-dotnet/issues/295
Thanks & Regards
Sign in to answer