Francesco Saffioti
Francesco Saffioti
add ios gps course in continous in MonoTouch/Xamarin.Mobile/Geolocation/Geolocator.cs ``` if (location.Course > -1) { p.Heading = location.Course; } ``` and in MonoTouch/Xamarin.Mobile/Geolocation/GeolocationSingleUpdateDelegate.cs ``` this.position.Heading = newLocation.Course; ```
If i try to build from my windows 11 (using parallels on MAC M3PRO) I'm getting this error Severity Code Description Project File Line Suppression State Error clang++ exited with...
If I run my Xamarin ios native app on a real iOS device, of this nuget [sqlite-net-pcl ](https://www.nuget.org/packages/sqlite-net-pcl/1.8.116) I encounter this error `Attempting to JIT compile method '(wrapper delegate-invoke) void...
Since Raygun handles the marshaling of native exceptions in [.NET-Android ](https://github.com/MindscapeHQ/raygun4net/blob/6678adea48a4f906b8a38dcb09ab4ab68efabfe0/Mindscape.Raygun4Net.NetCore.Common/Platforms/AndroidPlatform.cs#L25)and [.NET-iOS](https://github.com/MindscapeHQ/raygun4net/blob/6678adea48a4f906b8a38dcb09ab4ab68efabfe0/Mindscape.Raygun4Net.NetCore.Common/Platforms/ApplePlatform.cs#L41), I would request that Raygun add support for native iOS and Android symbolication for the Raygun4Net.NetCore
### Description Firebase AI Logic | com.google.firebase:firebase-ai -- | -- [Firebase AI Logic](https://firebase.google.com/docs/ai-logic/get-started) com.google.firebase:firebase-ai The com.google.firebase:firebase-ai package is the one currently used to integrate Firebase AI Logic (formerly Vertex AI...