dotnetco.de

Tag Archives: Azure

Pipeline

Still using Xamarin Forms Azure Pipeline with macOS 14

Support for Xamarin ended on 01. May 2024. Nevertheless it’s still possible ot use Azure Pipeline to update your Xamarin Forms iOS or Android App. Here’s how: Currently macOS12 is still Microsofts version for “macos-latest”. As macOS 12 only includes XCode 13.1 – 14.2, you’ll get the following error: Asset validation failed SDK version issue. […]

Pipeline

Setup Azure Pipeline for Xamarin Forms App

If you want to implement continuous integration (CI) and continuous delivery (CD) for your Xamarin Forms app, Microsoft has quite good tutorials, also especially for Xamarin (Forms) Apps. But of course it’s never as easy as it should, so here are some problems I came across while setting up my CI/CD for my Xamarin Forms […]

Setup server part for Xamarin Forms Push Notifications

For sending push notifications to Xamarin Forms app we need to configure Azure and Firebase, update the existing Xamarin Forms App, and we need to have a server part because the initiator of the push message (e.g. another smartphone or a server, wherever the action appeared) will not send directly to Azure. Instead, the message […]