A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,273 questions with Developer technologies | .NET | .NET MAUI tags
Android: The push notification badge is not disappearing on my app icon after I open my app again
I have tried to send push notifications to my app. I always receive the push notifications on my Android mobile phone and a badge is displayed on my app icon. But this badge never disappears. I have tried to tap again on my app icon to open it and I have…
Developer technologies | .NET | .NET MAUI
iOS: The push notification number is not disappearing on my app icon after I open my app again
I have tried to send push notifications to my app. I always receive the push notifications on my iPad Air and a red circle with the number 1 is displayed on my app icon. But this number never disappears. I have tried to tap again on my app icon to open…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I am trying to integrate Firebase Analytics and Crashlytics into a .NET MAUI (.NET 10) Android application, but I am facing a runtime exception related to Crashlytics.
Steps I followed: Created a new .NET MAUI project Created a Firebase project and added an Android app Ensured the ApplicationId matches the package name Added google-services.json to: Platforms/Android/google-services.json Set Build Action to…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
.NET MAUI (.NET 10) Firebase Analytics and Crashlytics not working – Crashlytics build ID is missing
I am trying to integrate Firebase Analytics and Crashlytics into a .NET MAUI (.NET 10) Android application, but I am facing a runtime exception related to Crashlytics. Steps I followed: Created a new .NET MAUI project Created a Firebase project and added…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Which settings should I use in my iOS project when I want to submit it for Apple App Store review?
I don´t know if I use the correct settings in my iOS project when I want to submit my game for Apple App Store review. Currently, I´m only using TestFlight. Can I submit my game for Apple App Store review with the following .csproj file or is it…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Which settings should I use in my Android project when I want to submit it for Google Play Store review?
I don´t know if I use the correct settings in my Android project when I want to submit my game for Google Play Store review. Currently, I´m only using Google Play Console Internal Testing. Can I submit my game for Google Play Store review with the…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Can I remove my proguard.cfg file from my Android project?
I´m not sure if I can remove my proguard.cfg file from my Android project: -dontobfuscate -dontwarn com.google.android.gms.** -keep class com.google.android.gms.** { *; } -keep class com.google.firebase.** { *; } -ignorewarnings Is this file still…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI issue - iOS CarouselView does not update content correctly when Accessibility (Voice Over) is enabled
When using CarouselView together with IndicatorView in .NET MAUI, enabling Accessibility/Screen Reader (such as VoiceOver on iOS) causes the CarouselView content to not update when navigating items. However, the IndicatorView does update correctly,…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Where can I find the ReTrace mapping file after creating an Android aab file in Visual Studio?
I got these two warnings after uploading my aab file to Google Play Console Internal Testing: I have uploaded a zip archive with the native debug symbols: But I don´t know where I can find the ReTrace mapping file. Where can I find the ReTrace mapping…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Android Emulator window is invisible/off-screen in VS 2026 Insider (Cannot interact, only visible in Alt+Tab)
Hello, I am developing a .NET MAUI application using Visual Studio 2026 Insider. When I start debugging with the Android Emulator (Pixel 9 Pro - API 31), the emulator runs in the background, but the actual interactive window never appears on my screen. I…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Guidance Required for Firebase Analytics & Crashlytics Integration in .NET MAUI (.NET 10)
We are currently working on a .NET MAUI mobile application and need to integrate Firebase Analytics and Crashlytics. Previously, in .NET 8, we created a proof of concept (POC) using Xamarin-based packages such as Xamarin.Firebase,…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
SignalR connect fails on iOS MAUI (.NET 10) — _conn.Start() throws 500
Environment: Project: MAUI (iOS) · Runtime: .NET 10 · Client: Microsoft.AspNet.SignalR.Client · Failing device: iOS · Link Works on: Android App, Safari Browser Endpoint: URL: https://<DomainName>.com:8085/signalr Negotiate:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
In MAUI if I want to convert from realmdb , please recommend me another best db in replacement ?
I want to migrate from realmdb (using it till now .NET 9.0) but for .NET 10.0 and above, I want Microsoft suggestion/recommendation on best db for replacing realmdb with .
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
.NET MAUI Dns.GetHostEntry()/Socket.Connect() exception on Android 10 and Android Emulator API 27
I have a .NET MAUI implementation of System.Net.Sockets that runs fine on Windows, but when run on Android 10, the call to Dns.GetHostEntry("GAI-W10-Dev1"); throws an exception:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to Read Files inside the folder in maui blazor android
I have created a project in Maui Blazor Hybrid. I am exploring the folder picker service in CommunityToolkit. Maui. I want to read the files inside the folder picked. Here is my code. I have also tried with the Home.razor component page, and I…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI: An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll
I am facing below issue when running the MAUI iOS app to simulator: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to use OpenGL functions with SKGLView in MAUI
Does anyone know how to use OpenGL functions with SKGLView in MAUI? I have a 3D graphics legacy project built with Visual Studio in C# that makes use of Xamarin Forms and OpenTK. It targets both Android and iOS but the recent introduction of a…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI iOS Broadcast extension, writeback pool capacity exceed
I am developing an iOS broadcast extension with MAUI .net 10. My problem is the ProcessSampleBuffer() only get called every 6 seconds+, although I can get the image from the CMSampleBuffer object. I tried to monitor the extension with Console and see a…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI Handler not working with Custom WebView and showing blank white screen.
We are trying to call a WebView Handler and it is showing a blank white screen while using .NET MAUI8 and .NET MAUI9. We are calling below method, but it is not hitting ShouldOverrideUrlLoading() and not loading the URL properly even after passing…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI: iOS Build Issues in Visual Studio Code
I am getting below error when running the MAUI app on mac visual studio code: /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.