4,336 questions with Developer technologies | .NET | .NET Multi-platform App UI tags

Sort by: Updated
1 answer

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
asked 2026-08-07T09:57:39.9066667+00:00
Sara Silva 0 Reputation points
answered 2026-08-07T10:40:58.4466667+00:00
Tony Thach (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2026-08-03T12:39:00.46+00:00
mc 7,231 Reputation points
accepted 2026-08-05T07:36:30.45+00:00
mc 7,231 Reputation points
2 answers

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
asked 2026-07-23T09:33:25.4566667+00:00
Moshe Raab, PhD 241 Reputation points
commented 2026-07-31T02:53:42.2533333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2026-07-27T11:19:02.32+00:00
Sreenivasan, Sreejith 1,020 Reputation points
commented 2026-07-30T16:51:17.29+00:00
Bruce (SqlWork.com) 84,856 Reputation points
1 answer One of the answers was accepted by the question author.

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
Developer technologies | C#
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.

11,812 questions
asked 2025-01-07T15:42:13.4966667+00:00
Graja Kaouthar 20 Reputation points
commented 2026-07-28T16:57:43.45+00:00
shahzad ali 0 Reputation points
4 answers

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
asked 2026-07-19T15:41:37.4033333+00:00
Paolo Mossa 246 Reputation points
commented 2026-07-27T02:28:51.6333333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
3 answers

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
asked 2026-07-15T08:56:58.51+00:00
Jai Holloway 115 Reputation points
commented 2026-07-22T10:08:55.6233333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

.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
asked 2026-07-20T15:30:32.6533333+00:00
Bhuwan 1,246 Reputation points
commented 2026-07-21T06:46:52.77+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2026-07-14T00:09:14.0433333+00:00
Stewart Basterash 0 Reputation points
commented 2026-07-21T02:07:43.6+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2026-07-07T08:59:38.8966667+00:00
Sreenivasan, Sreejith 1,020 Reputation points
accepted 2026-07-13T12:05:36.5166667+00:00
Sreenivasan, Sreejith 1,020 Reputation points
3 answers

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
asked 2026-07-05T15:20:02.64+00:00
Douglas N. Gray 20 Reputation points
commented 2026-07-13T02:45:02.1+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

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
asked 2026-06-26T07:25:04.8166667+00:00
Sreenivasan, Sreejith 1,020 Reputation points
commented 2026-07-10T10:01:18.6566667+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2026-06-26T10:35:10.4433333+00:00
Sreenivasan, Sreejith 1,020 Reputation points
commented 2026-07-07T10:51:38.6833333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2026-06-25T07:50:48.12+00:00
Jonathan 300 Reputation points
edited a comment 2026-07-03T07:26:28.46+00:00
Jonathan 300 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked 2026-06-29T14:22:56.4366667+00:00
Sreenivasan, Sreejith 1,020 Reputation points
accepted 2026-06-30T07:39:54.6766667+00:00
Sreenivasan, Sreejith 1,020 Reputation points
1 answer One of the answers was accepted by the question author.

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
Developer technologies | C#
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.

11,812 questions
asked 2024-06-19T23:12:35.5966667+00:00
Gene Magpayo 20 Reputation points
answered 2026-06-25T14:36:23.23+00:00
2 answers One of the answers was accepted by the question author.

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
asked 2026-06-23T08:41:10.86+00:00
Jonathan 300 Reputation points
accepted 2026-06-24T05:11:21.74+00:00
Jonathan 300 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked 2026-06-17T05:27:33.4066667+00:00
Jonathan 300 Reputation points
commented 2026-06-24T02:34:27.9633333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Windows for business | Windows Client for IT Pros | User experience | Other
asked 2023-12-08T12:50:16.2666667+00:00
MSCollege3000 195 Reputation points
commented 2026-06-22T03:46:29.3666667+00:00
Ewart MacLucas 0 Reputation points
2 answers One of the answers was accepted by the question author.

.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
asked 2026-06-03T11:20:55.2433333+00:00
Vignesh Palthurai 50 Reputation points
commented 2026-06-19T02:33:06.03+00:00
Nancy Vo (WICLOUD CORPORATION) 7,985 Reputation points Microsoft External Staff Moderator