Push notifications with Xamarin – Server

Azure Notification hub

Now that we have three apps which implement push notifications, we also want to send some messages to the user! Until now we have done this by using the Azure portal but this is very limited and you’re not going to want to check your database for updates and sent out the right push notifications … Read more

Push notifications with Xamarin – Android

Android Notification drawer

After my introduction, configuring Azure and implementing the iOS code it is now time for the Android side of things. Updating the Azures First things first. We need to do some more configuration in Azure. Don’t worry, it’s not nearly as much as last time. If you’re only creating a Android app and missed the initial … Read more

Push notifications with Xamarin introduction

Second part: Push notifications with Xamarin – iOS Third part : Push notifications with Xamarin – Android For a few recent projects, like my haveibeenpwned app I had to implement push notifications. Also this is one of the most frequently asked questions on the Xamarin forums which is not that odd because it is a main feature of almost … Read more