dotnetco.de

Tag Archives: Xamarin Forms

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. […]

NLog Logo

Logging in Xamarin Forms using NLog

For exception logging you could use online services like Microsofts AppCenter but sometimes you need a more detailled log and more flexibility, like changing log target and log level on the fly. Therefore here is an overview how to do logging in Xamarin Forms apps using NLog. The summary is based on several other existing […]

Adding Google AdMob to Xamarin Forms iOS

There are already several good implementation guides to get Google Admob into your Xamarin Forms application, depending on what you need, e.g. from James Montemagno, Adam Pedley, Sharma Pranav or many others. Everything went fine on the first day on the simulator, using Googles Test Ad Unit IDs. But on the second day, Ads are […]