Continuous integration/continuous delivery for your Xamarin app with VSTS and HockeyApp – Part 1

VSTS loves HockeyApp

Continuous delivery is the new agile This is a quote a saw on Twitter by Sander Hoogendoorn and it seems that he is kind of right. Continuous Integration (CI) and Continuous Delivery (DI) are rapidly becoming more and more popular and together with that there are a lot of tools to support you with that, including … 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