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 – Windows Phone

Windows Phone Push Notification

To conclude my ‘push notifications’ series I will now tell you how to implement push notifications on Windows Phone. Be sure to read my previous two posts on the notifications for iOS and setting up Azure and also implementing on Android. If you did read and/or follow them, this will be a piece of cake (hmm cake.). I … 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 – iOS

iOS Push notifications

As promised in my previous post I will continue this series with implementing the app code, in this case iOS. Fortunately, this is the hardest one so it only gets easier from here! Be prepared… Before we do anything there is a little preparation we need to do. On the server side a little Azure magic … Read more

have i been pwned? Xamarin.Forms app

The past few weeks I have been busy creating a new app based on the haveibeenpwned.com API. And it is ready! What? The website haveibeenpwned.com is a website by security MVP Troy Hunt which focuses on data leaks, hacks and website breaches in all forms and shapes. While entering my usernames and passwords in there, I noticed there was … Read more