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…
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…
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…
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 :…
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…
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…
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…
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…
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
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…
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…
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}" />
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…
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…
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…
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…
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
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…
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…
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…