CrossGeeks / AzurePushNotificationPlugin

Azure Push Notification Plugin for Xamarin iOS and Android
MIT License
67 stars 34 forks source link

Unable to register android device on azure push notification hub #44

Closed ikeoriaku123 closed 4 years ago

ikeoriaku123 commented 4 years ago

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

ikeoriaku123 commented 4 years ago

Please can someone help!

ikeoriaku123 commented 4 years ago

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.