3,763 questions with .NET MAUI tags

Sort by: Updated
0 answers

How to run maui app as admininstrator after deployment as unpacakged(exe)

Hi, How I run maui app on windows 8 as admin after deployment as unpcakaged (exe). This deployment command. dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-25T14:10:44.66+00:00
Dani_S 3,886 Reputation points
1 answer One of the answers was accepted by the question author.

FirebaseApp Initialization Error in MAUI .NET 8

Hello, I am encountering an issue with initializing Firebase in my MAUI Android and iOS projects. The error message I am receiving on Android is: [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: Java.Lang.IllegalStateException: Default FirebaseApp is not…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
C#
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,152 questions
asked 2024-12-24T11:32:28.0366667+00:00
Omkar Pawar 40 Reputation points
accepted 2024-12-25T12:36:51.4666667+00:00
Omkar Pawar 40 Reputation points
1 answer

Smooth Transition Between Pages with and Without Navigation Bars in MAUI

In a .NET MAUI application, I have a scenario where I'm navigating from a page without a navigation bar (NavigationPage.SetHasNavigationBar(this, false)) to a page that includes a navigation bar. During the transition, the appearance of the navigation…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-21T03:45:45.4933333+00:00
Thinh NPD 40 Reputation points
commented 2024-12-25T08:09:18.4+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
1 answer

convert xamarin rerender to maui handler

i have trouble migrating xamarin rerender to maui handler. Here's the code [assembly: ExportRenderer(typeof(CustomNavigationPage), typeof(CustonNavigationRenderer))] namespace Test.App.Business { public class CustomNavigationRenderer :…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-23T04:30:38.4966667+00:00
Thinh NPD 40 Reputation points
commented 2024-12-25T08:09:06.6666667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
0 answers

Issue with TabbedPageRenderer Causing IconImageSource to Disappear on CurrentPageChanged Event

I am experiencing an issue with the custom implementation of TabbedPageRenderer in .NET MAUI. When the CurrentPageChanged event is invoked, the IconImageSource for the tabs intermittently disappears. This behavior seems related to how the renderer…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-25T04:12:13.8466667+00:00
Thinh NPD 40 Reputation points
commented 2024-12-25T06:19:08.6133333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
1 answer

Android Apk not installed

dotnet publish -f:net9.0-android -c:Release /p:AndroidSigningKeyPass=math@24 /p:AndroidSigningStorePass=math@24 When I try to install apk file "on my Android phone I get below error "App not installed as app isnt compatible with your…

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,636 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-23T21:42:31.97+00:00
Kalyan A 335 Reputation points
answered 2024-12-25T03:03:55.3866667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,726 Reputation points Microsoft Vendor
1 answer

face registration and face authentication

hello, I am developing a app in .NETMaui. I am searching for a way where I can create a database for faces with face registration(taking picture of left profile, right profile and front face) and save it. Authenticate the user using this face database…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-18T12:16:22.29+00:00
Pearl 61 Reputation points
commented 2024-12-25T02:57:17.2+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
1 answer

How can I create and upload an iOS-Build from Visual Studio to App Store TestFlight?

I had already created an application on App Store Connect some time ago and I had uploaded an iOS-Build in TestFlight. The iOS-Build expired and I want to upload a new iOS-Build. I had created my first iOS-Build on a macOS device. I switched from macOS…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-18T13:12:18.1566667+00:00
Kim Strasser 1,141 Reputation points
commented 2024-12-25T01:36:04.8733333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,591 Reputation points Microsoft Vendor
1 answer

VS2022 Publish is disabled

I am trying to create msix file for Windows but Publish is disabled please suggest.publish.gif I am using VS 2022 and recently upgraded. Thanks, Kalyan

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-19T19:47:36.7166667+00:00
Kalyan A 335 Reputation points
commented 2024-12-25T01:30:46.9133333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,726 Reputation points Microsoft Vendor
1 answer

MAUI stops keeping the display up to date when an HTTP request is made

I am new to MAUI programming as well as parallel Thread programming. I have retrieved a MAUI application that I am trying to modify. The application captures a sound sample and transmits it to a server to identifies its origin among a set of determined…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
C#
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,152 questions
asked 2024-12-24T18:56:53.3366667+00:00
Boucourt 105 Reputation points
commented 2024-12-24T20:50:02.45+00:00
Boucourt 105 Reputation points
1 answer

What is alternative of App center as it is going to deprecate by March 31, 2025?

I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives? App…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-24T10:35:22.9566667+00:00
Shingala A 25 Reputation points
edited an answer 2024-12-24T17:06:18.85+00:00
Bruce (SqlWork.com) 68,486 Reputation points
1 answer One of the answers was accepted by the question author.

Tooltip look transperant

Hi, I'm using NET 8 and tooltip in some computer look transparent. How is can be solved ? <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" />

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-16T09:45:56.1466667+00:00
Dani_S 3,886 Reputation points
commented 2024-12-24T11:14:25.0766667+00:00
Dani_S 3,886 Reputation points
0 answers

iOS app is getting crashed while navigating to another page.

iOS app is getting crashed while navigating to another page and there are no exact replication steps. This is a random crash and happening on multiple pages while navigating between pages. Below is the crash log from app center and any quick help would…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-18T12:58:42.6766667+00:00
Satya 125 Reputation points
commented 2024-12-24T08:18:00.3133333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,591 Reputation points Microsoft Vendor
2 answers

Why can't we target the browser in .Net MAUI using WebAssembly and WebGL?

Integrating WebGL and WebAssembly (WASM) at a low enough level to support a .NET MAUI/XAML runtime is possible but requires a thoughtful design that bridges the WebAssembly execution model with the rendering and UI framework requirements. Here's how this…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,007 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-12T06:35:33.59+00:00
Jason Craig 0 Reputation points
edited the question 2024-12-24T05:30:45.0733333+00:00
Zhi Lv - MSFT 32,736 Reputation points Microsoft Vendor
1 answer

How to change the size of MAUI Shell back button? For improved use when using tablets with gloves

Hello :) I am working on a team developing a MAUI app for engineers. Many of our users have suggested enlarging the back button for better use with gloves. In my AppShell.xaml I have attempted to use Shell.BackButtonBehaviour and IconOverride to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-18T11:19:06.3866667+00:00
Tom Roberts 0 Reputation points
commented 2024-12-24T05:28:07.06+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,726 Reputation points Microsoft Vendor
1 answer

Visual Studio doesn´t display my Apple provisioning profiles

I have an Apple Developer Individual account and I already use Visual Studio some time to debug my iOS application on my iPad. Now I wanted to download my Apple Distribution provisioning profile in Visual Studio but nothing is displayed: I have the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-19T11:23:02.5733333+00:00
Kim Strasser 1,141 Reputation points
commented 2024-12-24T03:05:14.5866667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,591 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

adjust content title fontsize, fontfamily of tabbed page

How can I change the title text size and font of child ContentPage elements within a TabbedPage in .NET MAUI, ensuring consistent styling across all tabs here is how it looks now i want it to look like this

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-23T07:31:48.9666667+00:00
Thinh NPD 40 Reputation points
accepted 2024-12-24T02:52:49.3233333+00:00
Thinh NPD 40 Reputation points
3 answers

Microsoft Learn .Net Maui course is how old?

https://learn.microsoft.com/en-us/training/modules/build-mobile-and-desktop-apps/2-describe-maui-architecture It says "These frameworks all have access to the same .NET 6 Base Class Library (BCL)." when I do a search on "what is .net 9 bcl…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
15 questions
asked 2024-12-21T22:47:07.66+00:00
Louis Elston 21 Reputation points
commented 2024-12-23T23:36:47.4866667+00:00
Louis Elston 21 Reputation points
1 answer One of the answers was accepted by the question author.

Google Play: There is no deobfuscation file associated with this App Bundle.

I get this warning when I try to create an internal testing release on Google Play: There is no deobfuscation file associated with this App Bundle. If you use obfuscated code (R8/proguard), uploading a deobfuscation file will make crashes and ANRs…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-19T14:09:31.16+00:00
Kim Strasser 1,141 Reputation points
accepted 2024-12-23T22:58:32.9266667+00:00
Kim Strasser 1,141 Reputation points
1 answer

Windows Surface Laptop 7 (ARM) - VS 2022 17.12.3 - MAUI - Hot Restart iOS - Object reference not set to an instance of an object.

Hello - going a bit kookoo here. Working on a MAUI app, not updated to 9 yet. It debugs, builds and can push to test group in Google Play Store. I'll preface all this next bit with this... I was not able to test at all on a physical usb connected iOS…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,307 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
asked 2024-12-23T03:48:52.1833333+00:00
Christopher Meehan 0 Reputation points
commented 2024-12-23T21:42:50.79+00:00
Christopher Meehan 0 Reputation points