4,172 questions with Developer technologies | .NET | .NET MAUI tags
How to migrate Prism(Xamarin. forms) to .Net MAUI?? facing issue while migrating existing project using upgrade Assistant
While migrating existing Prism Xamarin forms project to .NET MAUI using upgrade Assistant facing XAML issues
Developer technologies | .NET | Xamarin
Developer technologies | .NET | .NET MAUI
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Developer technologies | .NET | .NET MAUI
dotnet blazor maui UAE PASS authentication unable to redirect to the mobile app after authentication is done
I'm Developing the app with UAE pass authentication using Maui Blazor technology(C#). successfully obtained the authorization code from UAE Pass but i am facing difficulties redirecting back to mobile app. Please find the attached file. I have…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
how to remove realm database used in swift iOS in .NET MAUI?
Hello, I rebuild iOS app using .NET MAUI. There was data stored in realm database in iOS app. In MAUI, i want to remove it because it's no longer needed. Is there any way to do that? update Hello I mean that i build MAUI with the same configuration of…
Developer technologies | .NET | .NET MAUI
use "Application.Current.UserAppTheme = AppTheme.Light" force application theme light, the first line of iphone will disappear when system is dart theme
Application.Current.UserAppTheme = AppTheme.Light; I want to set the application theme light, use the upper line code , but when ios system theme is dark , first line of iphone (time signal..) will display with white textcolor, then will disappear on…
Developer technologies | .NET | .NET MAUI
How to authenticate with SMS/whatsapp in MAUI App
Hello everyone. I'm developing mobile app in MAUI. Everything (db, API, etc etc) is on Azure. I wonder if there's an Azure function that allow developers to authenticate user of my app through SMS or whatsapp. So I would like to open app and allow user…
Developer technologies | .NET | .NET MAUI
Microsoft Security | Microsoft Authenticator
.NET MAUI MSIX add files
My .NET MAUI desktop application for windows needs an .exe file and a dll (in c++) for a particular functionality. This DLL and .exe are required to be in system32. Is it possible to create an installation package (MSIX) so that the .exe and the dll are…
Developer technologies | .NET | .NET MAUI
Windows for business | Windows Server | User experience | PowerShell
Developer technologies | C#


Multiple app shells
Hi, In app.cs ctor i have condition to move to login through AppShell or to move to main page. It possible to create new app shell and move to main page through this new app shell? Thanks,
Developer technologies | .NET | .NET MAUI
MAUI: How to add splash screen in android platform
I am trying to add splash screen on my new MAUI application. I tried the implementation on this blog but the image is in circle (Android 12 device) and only showing black and white color on the icon. Is there anyway to show the real color of the icon on…
Developer technologies | .NET | .NET MAUI
Maui- app.cs write in constructor http call
Hi, I need to write http call asynchronously and i have only constructor their. Is not allowed to make asynchronous call in constructor? Thanks,
Developer technologies | .NET | .NET MAUI
Maui for android entry screen keyboard issue
Hi all. how to prevent on screen keyboard when a specific entry get focus. Thank you very much.
Developer technologies | .NET | .NET MAUI
Unable to get provider com.microsoft.intune.mam.client.support.v4.content.MAMFileProvider
When trying to deploy an app using Microsoft.Intune.Maui.Essentials.android we get an exception as below. Java.Lang.RuntimeException: 'Unable to get provider com.microsoft.intune.mam.client.support.v4.content.MAMFileProvider:…
Developer technologies | .NET | .NET MAUI
Microsoft Security | Intune | Microsoft Intune Android
Maui - Order of launch
Hi, What order of steps that Maui launch ? Maui program.cs. app.xaml...... Thanks,
Developer technologies | .NET | .NET MAUI
Maui - Burn data to CdRome in Mac
Hi, I want to burn data list of files to cdrome in MAC. Any program to show ? How is can be done in Maui ? Thanks
Developer technologies | .NET | .NET MAUI
Maui for android customizing keyboard issue
Hi all I have some entry fields and each one has different characters input I want when entry focus to display adequate keyboard that contains only the adequate characters for that entry field If this possible please give me a help how to do it. Thank…
Developer technologies | .NET | .NET MAUI
iOS Error: clang++ exited with code 1:
Hi, Why i am suddenly getting this error: Xamarin.Shared.Sdk.targets(3,3): Error: clang++ exited with code 1: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_OSInAppMessage", referenced from: objc-class-ref in registrar.o …
Developer technologies | .NET | .NET MAUI
Unable to get Tab bar and Flyout together in the shell.
Is there any way to get both Tab bar and Flyout in the Shell in. NET MAUI. Documentation says it is not possible, is there any way to create a custom Flyout or Tab bar in the same Shell.
Developer technologies | .NET | .NET MAUI
Continue to running the application in the background?
Hello, I need my app to run in the background as my app keeps track of a workout's total time once it starts, when the user completes a set in the exercise, it has a timer that countdowns their rest time, say 30 seconds or so, when that is completed it…
Developer technologies | .NET | .NET MAUI
Server 2022 - Maui app with net .7 is not working
Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Developer technologies | .NET | .NET MAUI
How to deploy or use .Net MAUI Blazor app in Tizen browser instead of native apk or .tpk (direct browsing in tizen tv)?
Is it possible to publish or host the .net maui blazor app to the server and browse it in the Tizen TV internet like browsing ? Or Is it only possible by creating .tpk and installing it in developer mode on tizen tv as a native app ?