A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,336 questions with Developer technologies | .NET | .NET Multi-platform App UI tags
Visual studio 2026 iOS Simulator do not showing
I have an application based on MAUI, it has application for android and ios. I'm trying to run the iOS Simulator from Visual Studio 2026, but it does not works. I have the configuration The MAC is well connected The output looks like something…
Developer technologies | .NET | .NET Multi-platform App UI
the android quit when I first run the APP in .net MAUI?
I am using .net MAUI 9.0 and when I first debug the APP will crash/quit in android. and then I debug it runs well. and when I uninstall it and then debug again it will crash/quit again. how to find the error of it? there is no exception I run it on my…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to fix failing WebView calls
i wrote a MAUI app using Visual Studio that seems to have a problem on older android devices. I think the problem may have something to do with the WebView because that is where it seems to fail. the app loads but when WebView is called the app just…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI: iOS: Image alignment issue in pdfwebviewer
I have a custom pdfwebviewer like below where I viewing both pdf and images. <ctrl:PdfWebViewer Grid.Row="2" Uri="{Binding SelectedArticleUrl}" HorizontalOptions="FillAndExpand"…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
how to update version in apk maui application automatically?
Hi, i'm using .net maui 8 for Android , and i publish my application in a remote server and when i update my application automatically by comparing version in update.json file. I can't update version in my app. how to do that?
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
How to migrate from Xamarin at Maui a dependency in NUGET
Hi to all. I'va translated a Xamarin project into MAUI environement. The error gived by the compiler is the follower: ... Code="MA001" Text="This project or a dependency has imported the Xamarin.Forms packages. .NET MAUI is not…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Problem with MAUI and Entra Login
Hi there I have downloaded the PublicSingletonClient to use for logging into our Azure platform for a MAUI app that we rewrote from Xamarin. The app was working fine, but all of a sudden I am having problems. It fails to interactively login if you are…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
.NET MAUI Live Tracking same as delivery app
I am currently working on a School Bus Tracking application. I am integrating live location tracking from the bus's current location to its destination, but I am facing issues with implementing real-time tracking. Could you please suggest the best…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual Studio 2026 .NET Maui App will run on in a Local Android Emulator... but not an actual device "App Not Installed"
I have a series of test android devices. I have built and deployed several .net MAUI apps over the previous 5 years. Recently I had a request for something new. I built about 80% of the app and decided to run an initial test. I did what I have always…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI: This solution contains packages with vulnerabilities
Last week when I open Visual Studio in windows I saw a message like below screenshot. when I tap on Manage NuGet Packages it listed 2 packages. SQLitePCLRaw.lib.e_sqlite3.android and SQLitePCLRaw.lib.e_sqlite3.ios The installed version of the above…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Cant resolve this quiz question regaring Navigate()
Please resolve this assessment quiz question (below). I can NOT get Navigate(Accounts) to open in a canvas app in any fashion.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
EmptyView is not visible on the UI when no items are available in iOS platform
Below is my UI: <Label Grid.Row="1" x:Name="_emptyLabel" IsVisible="False" Text="{ex:Localized NoAlertsArchivedText}" AutomationProperties.HelpText="{ex:Localized…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issue with icons in NavigationPage TitleView
Below is my title view: <NavigationPage.TitleView> <Label Text="{ex:Localized AlertsText}" HorizontalOptions="CenterAndExpand" VerticalOptions="Center" …
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issue to handle PDF
Hi, Can you help to the issue below? No match was found for the specified search criteria and package name 'MauiNativePdfView'. Try Get-PackageSource to see all available registered package sources.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issue with running MAUI project iOS version on Visual Studio code
I am facing below error: error This version of .NET for iOS (26.5.10284) requires Xcode 26.5. The current version of Xcode is 26.6. Either install Xcode 26.5, or use a different version of .NET for iOS. See https://aka.ms/xcode-requirement for more…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How do you read an SMS and MMS message using .NET MAUI (on Android only)?
I'd like to read an SMS and/or MMS message on an Android device only, but from within my .NET MAUI app. Specifically, I want to save any received (MMS) picture that has been texted to me plus any associated (SMS) text. Is this possible with .NET MAUI…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Issue to the bug
Hi, Can you help to the bug below? Which event is causing the issue?
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
QuestPDF issue
Hi, Can you help for the issues below? I did the change to add "Type" but still the same problem.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to set font weight and width in MAUI projects
Hi. I haven't found any documentation on this. There are fonts that have their weight and width variants embedded inside their .ttf file. In there, variants are named like e.g. FontName Light Condensed. Condensed value means shrunk in spacing and width.…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Windows for business | Windows Client for IT Pros | User experience | Other
.NET MAUI iOS Firebase Crashlytics Not Receiving Crash Reports (Analytics Working)
Hi @Anonymous I'm integrating Firebase Analytics and Crashlytics in a .NET MAUI application using: <PackageReference Include="Plugin.Firebase" Version="4.0.0" /> <PackageReference…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.