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"…
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…
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…
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…
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…
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…
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…
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?
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…
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…
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 …
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…
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…
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…
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…
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…
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…
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?
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…
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,