Lindsay Miles

Results 7 issues of Lindsay Miles

I have a Maui app project targeting Android and iOS. The Android version using latest Json libraries is live and running. All works in both debug and release mode. VS...

## 🐛 Bug Report Implemented to negate caching issues in Maui iOS and Android apps. Works very well. Trying to run same app on Windows WinUI app, none of the...

Implementing the Xamarin.GooglePlayServices.Ads.Lite plugin in a Xamarin.Forms Android app with a MainPage and 5 child pages, an AdView on each... In the Android app, I get Google ads showing on...

Hello, Methinks someone should update this plugin library as it fails in the app (iOS Xamarin) citing wrong version of the Mobile Ads SDK. This is what I get -...

I'm refactored my app into Maui and against .Net 7 as that is what works the most in the Maui projects. THIS being an essential part of Xamarin apps and...

I had this running quite well and ads were showing in a Maui cross-platform solution for Android and iOS target .Net 7 I cleaned the Solution and rebuilt once all...

Hello, var sqlitePlatform = new SQLite.Net.Platform.XamarinAndroid.SQLitePlatformAndroid(); OR var sqlitePlatform = new SQLite.Net.Platform.XamarinAndroid.SQLitePlatformIOS(); both cause this error: "VTable setup of type SQLite.Net.Platform.XamarinAndroid.SQLiteApiAndroid failed" OR "VTable setup of type SQLite.Net.Platform.XamarinIOS.SQLiteApiIOS failed" All...