4,142 questions with Developer technologies | .NET | .NET MAUI tags
I can't get data from a sandbox API or debug my .NET MAUI app after getting a Business Central token.
Hello, I made a new MAUI app to play with a sandbox instance to test D365 APIs and functionality. I'm trying to authenticate and return an access token from an async method, AcquireBusinessCentralTokenInteractiveAsync, to get company data, but I cannot…
Developer technologies | .NET | .NET MAUI
MAUI: Unknown white circle on the UI when tap on Login Button.
I have a login page its xaml added below: <?xml version="1.0" encoding="UTF-8"?> <views:BaseContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
What should I change in my Android .csproj file before uploading it to Google Play?
I created a new Android project in VS Insiders and I added my files from my old VS 2022 Android project to the new project. But I have not changed my new .csproj file. My new .csproj file in VS Insiders looks like this and debugging on my Android device…
Developer technologies | .NET | .NET MAUI
UNHANDLED EXCEPTION ON QUIT
I just migrated to VS 2026 Insiders and tried the NET MAUI 10 Sample that is generated when you create a new project. Testing with Emulator API 36. Pressing the '<' hardware button of the emulator throws the exception: …
Developer technologies | .NET | .NET MAUI
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
BACK BUTTON VS NET 10
Platform: Android With NET MAUI 9.0, pressing the 'hardware' Back Button generates the following events: When the current page is MainPage: OnSleep Android – OnStop Android – OnDestroy shut down the app When the current page is any other page: Go…
Developer technologies | .NET | .NET MAUI
iOS project error: IL Trimmer has encountered an unexpected error.
I get two errors when I debug an empty iOS project on my iPad Air in Visual Studio Community 2026 Insiders 11123.170. IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink The file…
Developer technologies | .NET | .NET MAUI
How can I make SVG drag or pointer move events work correctly on Android in .NET MAUI Blazor Hybrid app?
Hello, I have no success in fixing the SVG drag event issue on Android device. When I try to move my finger on Android device, the circle in the video moves just for a short time and then suddenly stops. It won't let me drag the circle longer. I use…
Developer technologies | .NET | .NET MAUI
I can't post my question because of an error error "You are not authorized to make this response. If you believe this to be in error, please refresh the page and try again"
I receive this error when I try to post my question. My question details file Moved from Community Center.
Developer technologies | .NET | .NET MAUI
This version of .NET for iOS (26.0.9752) requires Xcode 26.0. The current version of Xcode is 26.1. Either install Xcode 26.0, or use a different version of .NET for iOS.
I get this error after updating Xcode on my Mac today: This version of .NET for iOS (26.0.9752) requires Xcode 26.0. The current version of Xcode is 26.1. Either install Xcode 26.0, or use a different version of .NET for iOS. See…
Developer technologies | .NET | .NET MAUI
MAUI: UI issue with Label and ProgressBar
I have a UI like below and there is alignment issue with Label and ProgressBar. ActionForm.XAML <?xml version="1.0" encoding="UTF-8"?> <ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
unable tobuild chain to self-signed root for signer
I am using .net maui 9.0 and target is remote device. but my phone does not showed in the remote device and I have connected it in devices and simulators in my mac. mac is the latest version and also the visual studio.
Developer technologies | .NET | .NET MAUI
ApplicationVersion and ApplicationDisplayVersion in my .csproj file are not the same as Version number and Version name in AndroidManifest.xml
I have the following lines in my Android .csproj file: <PropertyGroup> ... <ApplicationVersion>1</ApplicationVersion> <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> ... …
Developer technologies | .NET | .NET MAUI
What is the iTunes Artwork in Info.plist in Visual Studio?
Which images should I add in the iTunes Artwork section in Visual Studio Community 2022 Version 17.14.19? Should I add the same png image as my AppIcon? Where exactly will this iTunes artwork be displayed when I upload my iOS project in the Apple App…
Developer technologies | .NET | .NET MAUI
I cannot rebuild my iOS project in Release mode.
Rebuilding my iOS project in Visual Studio Community 2022 (64-bit) Version 17.14.19 doesn´t complete. I need to cancel the build because it takes too long to complete and I think it will never complete. But I don´t get an error. I have tried rebuilding…
Developer technologies | .NET | .NET MAUI
MAUI: Blank space on header and footer of a flyoutpage
My app's home page is a FlyoutPage and below is its xaml. <FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
Developer technologies | .NET | .NET MAUI
MAUI: Issue with displaying Flyout menu page
My app’s home page is a FlyoutPage. The Flyout part is my menu. The Detail part is a DashboardTabPage, which has three child tabs. The problem I’m facing is this: When I open the menu for the first time, it works fine. But after I close it, if I try…
Developer technologies | .NET | .NET MAUI
Visual Studio is not responding for 90-120 seconds when I start debugging and stop debugging my Android/iOS project
When I click on start debugging then my launch screen on my Android/iOS device is displayed and a little bit later Visual Studio is not responding during 90-120 seconds. After that, Visual Studio and my project continue to run normally on my device. But…
Developer technologies | .NET | .NET MAUI
Build and run Maui app from dotnet cli on mac
I have dotnet 10 installed on my mac. Running dotnet --version yields this: 10.0.100-rc.1.25451.107 I have also installed the sdk, but when I run dotnet build -t:Run -f net10.0-ios I get this error: MyMauiApp net10.0-ios failed with 1 error(s) (0.2s) …
Developer technologies | .NET | .NET MAUI
Best approach for Mobile app development
Hello guys, I was wondering what is the best project template for mobile app development. I was reading little bit about the .NET MAUI but I am not quite sure if it's better than regular Android App or Mobile App (Xamarin). What is your experience with…