3,858 questions with .NET MAUI tags

Sort by: Updated
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-26T16:47:47.4666667+00:00
Arnab Mukherjee 40 Reputation points
answered 2025-01-27T02:12:32.93+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 47,686 Reputation points Microsoft Vendor
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-26T17:22:17.5733333+00:00
Arnab Mukherjee 40 Reputation points
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-22T01:38:29.3933333+00:00
Daniel Man 0 Reputation points
answered 2025-01-26T14:54:26.0566667+00:00
Daniel Man 0 Reputation points
0 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,372 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,066 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-21T20:34:23.2733333+00:00
Haider Ali Faizi 100 Reputation points
edited a comment 2025-01-25T18:26:11.1533333+00:00
Haider Ali Faizi 100 Reputation points
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-25T17:38:52.9833333+00:00
Fritz Switzer 301 Reputation points
2 answers One of the answers was accepted by the question author.

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-15T11:04:45.6933333+00:00
Kim Strasser 1,261 Reputation points
accepted 2025-01-25T11:41:27.61+00:00
Kim Strasser 1,261 Reputation points
0 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-25T11:38:30.09+00:00
Kim Strasser 1,261 Reputation points
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-17T01:50:11.8166667+00:00
ishebewhat 1 Reputation point
commented 2025-01-25T01:16:43.9433333+00:00
ishebewhat 1 Reputation point
0 answers

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:

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-24T10:29:27.97+00:00
Dani_S 3,956 Reputation points
commented 2025-01-24T21:50:46.7266667+00:00
Dani_S 3,956 Reputation points
1 answer

"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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2024-02-16T19:03:30.9+00:00
Roman Prystaiko 15 Reputation points
commented 2025-01-24T18:44:28.9166667+00:00
Johnny Fonseca 0 Reputation points
1 answer

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…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,654 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,618 questions
asked 2025-01-24T16:42:42.36+00:00
Jignesh Desai 106 Reputation points
edited the question 2025-01-24T17:32:19.35+00:00
Ashok Gandhi Kotnana 2,660 Reputation points Microsoft Vendor
0 answers

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)}"); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-24T11:11:10.0766667+00:00
Chandra 0 Reputation points
edited the question 2025-01-24T11:14:29.9866667+00:00
Chandra 0 Reputation points
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-23T13:19:51.0566667+00:00
Dani_S 3,956 Reputation points
commented 2025-01-24T11:02:25.2533333+00:00
Dani_S 3,956 Reputation points
1 answer

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. …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-24T08:51:39.9833333+00:00
Bhuwan 736 Reputation points
edited an answer 2025-01-24T10:36:23.96+00:00
Bhuwan 736 Reputation points
1 answer One of the answers was accepted by the question author.

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-12T14:14:34.6133333+00:00
Kim Strasser 1,261 Reputation points
accepted 2025-01-24T10:27:12.5033333+00:00
Kim Strasser 1,261 Reputation points
0 answers

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.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-05T08:46:43.92+00:00
Dani_S 3,956 Reputation points
commented 2025-01-24T09:11:19.98+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 34,951 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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>

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-23T09:35:01.21+00:00
Dani_S 3,956 Reputation points
accepted 2025-01-24T07:05:43.1066667+00:00
Dani_S 3,956 Reputation points
0 answers

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 MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-24T05:54:25.2433333+00:00
Navaneeth 21 Reputation points
edited the question 2025-01-24T05:56:04.5333333+00:00
Navaneeth 21 Reputation points
1 answer One of the answers was accepted by the question author.

.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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-23T10:14:39.9633333+00:00
Dani_S 3,956 Reputation points
accepted 2025-01-24T05:24:08.0166667+00:00
Dani_S 3,956 Reputation points
1 answer

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,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,858 questions
asked 2025-01-22T15:05:25.4+00:00
Dani_S 3,956 Reputation points
commented 2025-01-24T05:01:20.1033333+00:00
Dani_S 3,956 Reputation points