CrossGeeks/AzurePushNotificationPlugin

Unable to register android device on azure push notification hub

Closed this issue · 2 comments

I have followed the sample application for android to register the device but to no avail. After login I call
await CrossAzurePushNotification.Current.RegisterAsync(tags) in the loginviewmodel. The code executes fine and not error. But when I go to the Azure notification hub, active device registered is zero. The same code works for ios but not sure why it does not work for android

Please can someone help!

I was able to resolve this issue by writing my own plugin. Sorry but this crossgeek plugins needs major rework as it does not work very efficiently.