3,877 questions with .NET MAUI tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

DATE PICKER MINIMUM AND MAXIMUM DATES

In .NET MAUI 8 I have created a little test code to select a range of dates. <Grid Margin="10"> <Frame BorderColor="Black"> <Grid RowDefinitions="Auto,Auto,Auto"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-30T21:30:00.72+00:00
Giorgio Sfiligoi 286 Reputation points
accepted 2025-01-31T08:13:32.8733333+00:00
Giorgio Sfiligoi 286 Reputation points
2 answers

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,877 questions
asked 2024-12-18T12:16:22.29+00:00
Pearl 61 Reputation points
commented 2025-01-31T06:11:31.3633333+00:00
Pearl 61 Reputation points
0 answers

Update to latest runtime of .net 8 in mac

Hi, Problem:when running may app in .net 9 in debug it works but without debugging is not. error: Error: :XAML: .NET Runtime version currently executing is 8.0.5, but version 8.0.10 or later is required Diagnostic: % dotnet…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-31T03:31:16.32+00:00
Dani_S 4,036 Reputation points
edited the question 2025-01-31T03:38:12.61+00:00
Dani_S 4,036 Reputation points
1 answer

app .xaml cs in net 9

Hi, How to convert this code in maui net 9. using Autofac; using GssdDesktopClient.API.Imp; using GssdDesktopClient.Maui.Helpers; using GssdDesktopClient.Maui.Pages; using GssdDesktopClient.Maui.Startup; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-29T10:21:08.6866667+00:00
Dani_S 4,036 Reputation points
commented 2025-01-31T03:12:29.2466667+00:00
Dani_S 4,036 Reputation points
0 answers

Update dot net run time only to 9 and remove old (8)

Hi, I'm in Mac, maui 9. % dotnet --list-runtimes Microsoft.AspNetCore.App 8.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 9.0.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 8.0.5…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-30T10:17:54.8+00:00
Dani_S 4,036 Reputation points
edited a comment 2025-01-31T02:58:54.6233333+00:00
Dani_S 4,036 Reputation points
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I get the following messages in my iOS crash report: SharedCodeProject_MyClass__Updated__301_MoveNext (in MyGameiOS) (<unknown>:1) System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ (in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-25T11:38:30.09+00:00
Kim Strasser 1,281 Reputation points
commented 2025-01-31T02:36:48.1266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 79,156 Reputation points Microsoft Vendor
1 answer

CommunityToolkit MVVM Command not Trigger .NET 9.0 and warning not gone

I am using CommunityToolkit MVVM to add and delete records. However, when I add records and navigate to another page as a popup, the command does not trigger. I have attached the project and a screenshot for your reference. <CollectionView…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-30T05:44:50.1066667+00:00
Bhuwan 736 Reputation points
answered 2025-01-31T02:28:54.99+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 79,156 Reputation points Microsoft Vendor
0 answers

Register Google API Access in Visual Studio directions don't match Google Playstore UI

Sorry me again, the directions for registering the Google API Access don't match what I se in my google play account. Is there an updated document on where API Access moved in the Android play store?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-29T00:38:22+00:00
Steven Roman 20 Reputation points
commented 2025-01-30T17:13:05.55+00:00
Steven Roman 20 Reputation points
0 answers

XAML: .NET Runtime version currently executing is 8.0.5, but version 8.0.10 or later is required.

Hi, im in net 9, i run my poject in mac and got this error when running. 2025-01-28 15:12:08.725 [error]  XAML: Error starting Hot Reload connection listener: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-28T13:18:35.1766667+00:00
Dani_S 4,036 Reputation points
commented 2025-01-30T10:28:19.76+00:00
Dani_S 4,036 Reputation points
2 answers One of the answers was accepted by the question author.

Create exe for .NET MAUI windows

I am developing a windows application in .NET MAUI using Visual Studios 2022. I need to test it on another machine so I publish the app and create MSIX file. But when I install the certificate there, it is installed successfully but on executing the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,395 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-20T11:21:50.29+00:00
developer 20 Reputation points
accepted 2025-01-30T06:45:27.5233333+00:00
developer 20 Reputation points
0 answers

MAUI: How to fetch accurate current location?

I am using below codes to fetch the current location of a user: public class GetCurrentLocations { private CancellationTokenSource _cancelTokenSource; private bool _isCheckingLocation; public async Task GetCurrentLocation() { try …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-22T15:21:36.2+00:00
Sreejith Sreenivasan 941 Reputation points
commented 2025-01-30T06:23:52.15+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 79,156 Reputation points Microsoft Vendor
0 answers

How to hide the bottom TabbedPage tabs in .NET MAUI 8?

Actually I need to hide bottom tabs based on some condition. I tried using TabbedViewHandler and Reflection to hide the tabs by setting height of bototmbar LayoutParameters to 0. Tabs are not visible, but blank space is showing up in space of tabs. I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-28T05:33:26.86+00:00
Satya 155 Reputation points
edited the question 2025-01-30T05:46:04.7133333+00:00
Satya 155 Reputation points
0 answers

using Admob on MAUI .NET9

Hello, Until now, I have been developing in Xamarin and have been able to use AdMob without any issues officially because Microsoft published the binding libraries packages through NuGet: For…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,375 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,081 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 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,256 questions
asked 2025-01-29T11:55:47.0333333+00:00
OMendoza 0 Reputation points
commented 2025-01-30T05:29:53.1033333+00:00
OMendoza 0 Reputation points
1 answer

Using ApplyQueryAttributes Method with Constructor

How can I use the ApplyQueryAttributes Method of IQueryAttributable to retrieve a value for a parameter in my viewmodel? The problem is that the method I want to use the parameter for is in the constructor and ApplyQueryAttributes has not executed before…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2024-04-29T21:43:57.18+00:00
Tom Meier 260 Reputation points
commented 2025-01-30T00:38:30.8+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 79,156 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

ITMS-90683: Missing purpose string in Info.plist

I got an email with this message from App Store Connect after uploading my new build to TestFlight. ITMS-90683: Missing purpose string in Info.plist Your app’s code references one or more APIs that access sensitive user data, or the app has one or more…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-27T12:27:30.0233333+00:00
Kim Strasser 1,281 Reputation points
accepted 2025-01-29T23:03:51.3966667+00:00
Kim Strasser 1,281 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to Start .NET MAUI Application on Android Emulator: 'Waiting for Debugger' Message

Hi, I am encountering an issue when trying to start my .NET MAUI application on the Android emulator. Upon launching the app, I receive a pop-up message stating: "Application [AppName] (process package-name) is waiting for the debugger to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-26T16:47:47.4666667+00:00
Arnab Mukherjee 80 Reputation points
commented 2025-01-29T16:50:28.45+00:00
Arnab Mukherjee 80 Reputation points
1 answer

How to set height or extend hidden titlebar on MacCatalyst in .NET MAUI 9

Hi, I have a question regarding titlebar on MacCatalyst. My app scenario is to expand the window content over the titlebar on macOS. I solved that by hiding the titlebar and setting a negative margin in xaml: private void windowHandlerChanged(object…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-28T10:35:45.5233333+00:00
Dejan Petrovic 0 Reputation points
commented 2025-01-29T11:41:43.6766667+00:00
Dejan Petrovic 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is there any way to fetch the unique device id in .NET MAUI 8?

Is there any way to fetch the unique device id in .NET MAUI 8? If yes, Will the unique device id changes when user factory resets the phone? Will Play store and App store allows this fetching unique device id and storing it in secure storage?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-28T05:29:51.3566667+00:00
Satya 155 Reputation points
accepted 2025-01-29T09:01:20.43+00:00
Satya 155 Reputation points
1 answer One of the answers was accepted by the question author.

This version of Microsoft.MacCatalyst requires the MacCatalyst 18.2 SDK (shipped with Xcode 16.2).

Hi, I upgrade my app to.net 9 according to:MAUI Upgrade from NET 8 to NET 9 and got this error" This version of Microsoft.MacCatalyst requires the MacCatalyst 18.2 SDK (shipped with Xcode 16.2). Either upgrade Xcode to get the required header files…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-23T13:19:51.0566667+00:00
Dani_S 4,036 Reputation points
accepted 2025-01-29T00:37:36.3233333+00:00
Dani_S 4,036 Reputation points
1 answer One of the answers was accepted by the question author.

Move from .NET 8 to NET 9 in MAC

Hi, I have project in MAC using VS code in NET 8 in MAC. I move it to .NET 9. Can you please give the steps what to do ? Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,877 questions
asked 2025-01-22T15:05:25.4+00:00
Dani_S 4,036 Reputation points
accepted 2025-01-29T00:35:49.8866667+00:00
Dani_S 4,036 Reputation points