4,067 questions with Developer technologies | .NET | .NET MAUI tags
How can I upload debug symbols to my Google Play internal release?
This App Bundle contains native code, and you've not uploaded debug symbols. We recommend that you upload a symbol file to make your crashes and ANRs easier to analyse and debug. I have two folders in…
Developer technologies | .NET | .NET MAUI
SPLASH SCREEN
In my app for Android I created an image and named it 'splash.svg' - the project contains: <MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#00B0F0" BaseSize="520,800" /> I find that the image is…
Developer technologies | .NET | .NET MAUI
Visual Studio is not responding for 90-120 seconds when I start debugging and stop debugging my Android/iOS project
When I click on start debugging then my launch screen on my Android/iOS device is displayed and a little bit later Visual Studio is not responding during 90-120 seconds. After that, Visual Studio and my project continue to run normally on my device. But…
Developer technologies | .NET | .NET MAUI
.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16
Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…
Developer technologies | .NET | .NET MAUI
Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI
Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…
Developer technologies | .NET | .NET MAUI
Soft Keyboard Overlaps Input in Android WebView but Not in Chrome (DotNet MAUI App)
I am using webview in .net 8 MAUI But Soft Keyboard Overlaps Input in Android WebView but Not in Chrome. How to fix this overlap?
Developer technologies | .NET | .NET MAUI
Version conflict detected for Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.
I get the following error when I try to update the NuGet package Plugin.InAppBilling 8.0.5 to 9.1.0. Package restore failed. Rolling back package changes for 'ProjectAndroid'. Version conflict detected for Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.…
Developer technologies | .NET | .NET MAUI
Getting error when build project
C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(5094,5): error MSB3030: Could not copy the file…
Developer technologies | .NET | .NET MAUI
GPU process exited unexpectedly: exit_code=34 ONLY MAUI Windows WebView2
Hello IT gurus I have a MAUI application (more platform versions) with web browser's handlers (Microsoft.Web.WebView2, Webkit.WebView, WKWebView...) all versions run OK. But sometimes (quite ofter on my computer) ONLY on Windows platform (WebView2) I…
Developer technologies | .NET | .NET MAUI
Managed exceptions in MAUI Windows app logged as CoreMessagingXP.dll crashes
Hello, I am facing an issue where most exceptions thrown in my .NET MAUI Windows app appear in the Windows Event Viewer as if they are coming from CoreMessagingXP.dll instead of showing the actual managed exception details. Event Viewer Entry Example…
Developer technologies | .NET | .NET MAUI
.net Maui android app icon
ive been having issues trying to set a simple png for an app icon for my maui project for the android version of it. i followed the steps listed in the maui learn article. but the icon never shows up for the android build of the app. i have seen other…
Developer technologies | .NET | .NET MAUI
Maui app crashed
hi, Action: I published maui app on net 9 as exe using this command using --self-contained: dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Developer technologies | .NET | .NET MAUI
Simplifying APK Update Process in MAUI App
I am looking for ways to simplify the update process for a private app Currently, I can download the APK of the new version from a database. However, once the APK is downloaded, I'm unsure how to use code to perform the update. It is not on the store.
Developer technologies | .NET | .NET MAUI
Method "OnAppearing" / "OnDisappearing" for ContentPage not called after application is resumed (Android)
I'm currently migrating a Xamarin app using .NET 9, and I'm surprised that the common functionality from Xamarin Android is no longer included in .NET MAUI where the method "OnAppearing" / "OnDisappearing" for ContentPage is not…
Developer technologies | .NET | .NET MAUI
Issue Populating CollectionView with ObservableCollection in .NET MAUI
Hi, I am facing an issue in my .NET MAUI application where I am trying to populate a CollectionView using an ObservableCollection<LeaveSummary> in my ViewModel. The data is correctly fetched, and I can see the ObservableCollection.Count in a Label,…
Developer technologies | .NET | .NET MAUI
What changes I would need to release Application for Android 16KB in MAUI .NET 9
I would like to understand what steps or changes I would need to implement to migrate to Android API 35 16KB? Will Third Party Packages affect my Application in MAUI?
Developer technologies | .NET | .NET MAUI
Please help me enable location services in my app targeting Android 15 (API level 35)
I need you help how to show this at my .net maui app . Its .NET 9 - Android 15 - API 35
Developer technologies | .NET | .NET MAUI
Slow .NET MAUI Build Times - Seeking Solutions
Hi everyone, I'm developing a .NET MAUI project and have been experiencing unusually long build times, even for a single platform (Android). My builds are currently taking between 30 to 60 seconds, which feels excessive for what is essentially a single…
Developer technologies | .NET | .NET MAUI
Why does ios:Page.UseSafeArea="false" behave differently in .NET MAUI Native Embedding compared to a normal MAUI page?
In the .NET MAUI Native Embedding sample, when using a NavigationPage and setting ios:Page.UseSafeArea="false", the CollectionView renders starting from the very top of the screen (under the navigation bar). However, in a normal .NET MAUI page…
Developer technologies | .NET | .NET MAUI
How to access to microphone by webview
I use .net maui for devolope my application fo android . I use webview for access to my website and use them.when i need to use microphone of mobile in android while get permission of microphone and set all config related this but when try to use…