Skip to main content

All Questions

Tagged with
0 votes
1 answer
99 views

Maui Barometer reading on IOS crashes app

Part of my app is trying to read Barometric pressure if the sensor is available. The code works fine on Android but crashes the app on IOS. My iphone is has IOS 17.4. Under platform specific Microsoft ...
Ealann10's user avatar
2 votes
2 answers
493 views

Firebase initialization error in iOS 17.4 MAUI

I've been working in a MAUI app and I have to use Firebase for analytics and Crashlytics. I used plugin.firebase package to implement that. In Android it is working fine, but in iOS while ...
Sakthi Vignesh N's user avatar
0 votes
0 answers
250 views

.NET Maui release build crashes but debug build is fine

I have an app (LightWork) that I want to publish on the Apple App Store. The debug build runs and works fine, however, on submission the release build crashes on start up. Here is the symbolicated ...
Sach K's user avatar
  • 653
0 votes
0 answers
1k views

.NET MAUI App Crash only in Release Mode (SyncFusion)

I've struggled a lot with my problem and after searching through the internet a lot with no working solution, I decided to ask my specific question here. Hope somebody can help. I´ve a .NET MAUI app ...
thejoesy's user avatar
0 votes
1 answer
678 views

AutoMapper crashes on .NET 6 iOS MAUI application

.NET6 MAUI iOS application crashes while trying to map objects that have a list of another object type as a property. The crash is only happening on iOS, while Android is working fine. I'm using the ...
buseco's user avatar
  • 95
2 votes
1 answer
1k views

iOS app crashes on iphone device when using httpclient and .net maui

Build environment: Macbook M1 vscode(1.69.0) as well as vs2022 (17.3) Steps to reproduce: create new Maui app add nuget package "Microsoft.Extensions.Http" Version="6.0.0" to ...
user1424876's user avatar