Unable to Start .NET MAUI Application on Android Emulator: 'Waiting for Debugger' Message
Hi, I am encountering an issue when trying to start my .NET MAUI application on the Android emulator. Upon launching the app, I receive a pop-up message stating: "Application [AppName] (process package-name) is waiting for the debugger to…
Data Binding Issue with CommunityToolkit.MVVM in .NET MAUI App
Hi, I'm encountering an issue with data binding in my .NET MAUI app while using the CommunityToolkit.MVVM package. I'm implementing the MVVM pattern and trying to bind API responses to the HomePage ViewModel. However, the binding isn't updating as…
How to fix the blank screen after splash screen on .net maui app
I have an application that I have deployed to an ios device that is now showing a black screen after the splash screen is loaded. I am running the latest xcode, vs versions and the project is targeting .net 9. What should I be looking for as a…
Error while using stripe android sdk native interopt
I am trying to bind stripe sdk of android in .net maui. I try template and it works fine. But, when i try it, it is binding and when i call , it gets me…
How To Fix App Store Submission Error
I'm trying to update my current MS Store App by submitting and updated version of the program that has been built using .NET Maui , however I am getting an error message that I cannot resolve when the new version is being uploaded to the store and…
How can I symbolicate my iOS crash report?
I have uploaded my application to TestFlight but it always crashes when I start it on my iPad. I have tried to open the crash report file crashlog.crash in Xcode-->Window-->Devices and Simulators. But the crash report is not symbolicated. How can I…
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I get the following messages in my iOS crash report: SharedCodeProject_MyClass__Updated__301_MoveNext (in MyGameiOS) (<unknown>:1) System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ (in…
COMException -2147023728 when calling BackgroundTaskRegistration in MAUI WinUI project
I downloaded the C#/WinRT example here for implementing background tasks and it runs successfully, but it's a WPF app. Attempting to do the same in a single or multi-project MAUI app results in COMException -2147023728 when calling…
Can't debug new empty project in net 9 using VS code in Mac
Hi, I open new empty net 9 in maui in MAC and can't run it after build. What to do ? I got this error:
"Error adding record: MissingEntitlement" when using secure storage
Hello, I use a mac m1, NET8 MAUI and vs code. I created a simple project. I use secure storage. I get this exception "Error adding record: MissingEntitlement" I checked, and I had this file under platforms/MacCatalyst I added this…
Can i target only one platform in .NET MAUI Hybrid.?
Hi Can i target only one platform in .NET MAUI Blazor Hybrid.? I know that MAUI is for multiple platforms, but at the moment I am not focusing on android or others, only Windows, to publish in Microsoft Store. All i want is to take advantage of…
Default FlyoutMenu icon (hamburger icon) not shown in maui android after navigation, but works fine in windows
Default FlyoutMenu icon (hamburger icon) not shown in .net maui android after navigation, but works fine in windows. Trying to navigate from MainPage to HomePage using below code await Shell.Current.GoToAsync($"{nameof(HomePage)}"); …
This version of Microsoft.MacCatalyst requires the MacCatalyst 18.2 SDK (shipped with Xcode 16.2).
Hi, I upgrade my app to.net 9 according to:MAUI Upgrade from NET 8 to NET 9 and got this error" This version of Microsoft.MacCatalyst requires the MacCatalyst 18.2 SDK (shipped with Xcode 16.2). Either upgrade Xcode to get the required header files…
facing issue change SVG color using SkiaSharp
Previously, this functionality was working on .NET 8.0, but after updating from 8.0 to .90, it stopped working and is now causing an error. I've attached the project for your reference. …
Java.Lang.ClassNotFoundException Didn't find class "androidx.core.splashscreen.SplashScreen" on path: DexPathList
I get the following error in Activity1.cs in my Android project: protected override void OnCreate(Bundle bundle) { AndroidX.Core.SplashScreen.SplashScreen.InstallSplashScreen(this); Java.Lang.ClassNotFoundException Message=Didn't find class…
Maui app in mac using VS Code stop working
Hi, Maui app in mac using VS Code stop working. I got this error. Using .Net 8.
MAC - change project reference from 8 to 9 using VS code
Hi, From my maui app I have two ProjectRefrences to 8 , how to change them to 9 ? Curret: <PropertyGroup> <TargetFramework>8.0.0</TargetFramework> <PropertyGroup>
Silent Printing in .NET MAUI App
In a .NET MAUI app, a PDF document is read into a Stream object for printing. The requirement is to restrict the user from selecting any printer, only allowing a predefined set of printers. Additionally, the user should not be able to modify the print…
.Net 9 unpacakes maui app in .NET 9(windows)
Hi, In maui windows .NET 8 delploy unpacakes file is: dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Move from .NET 8 to NET 9 in MAC
Hi, I have project in MAC using VS code in NET 8 in MAC. I move it to .NET 9. Can you please give the steps what to do ? Thanks in advance,