3,081 questions with .NET MAUI tags

Sort by: Updated
1 answer

Unable to filter to, cc & bcc recipients using latest version of graph sdk and filter query

I am facing issues filtering to, cc, and bcc recipients using the latest version of Graph SDK in a .NET MAUI Blazor Hybrid project. Can someone provide any insights or suggestions to resolve this issue?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,125 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,460 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-14T08:05:20.58+00:00
Kumaresan C 0 Reputation points
answered 2024-06-23T19:22:44.4066667+00:00
AsithwMSFT 1,420 Reputation points Microsoft Vendor
1 answer

publish app in mac

Hi, How do i publish my app in mac ? In windows i did: dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-05-29T07:47:18.4366667+00:00
Dani_S 3,126 Reputation points
answered 2024-06-23T19:13:21.8866667+00:00
THE ARIN KAMBLE 0 Reputation points
2 answers One of the answers was accepted by the question author.

ZipFile.OpenZip(zipFilePath) not working in mac

Hi, ZipFile.OpenZip(zipFilePath) not working in mac. ........ }).ContinueWith(async task2 =>                                 { if (LoginConfigurations.GetInstance().DownloadExtractFileType == "flatten"){  string zipFilePath =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-20T11:42:01.5333333+00:00
Dani_S 3,126 Reputation points
accepted 2024-06-23T12:09:47.4866667+00:00
Dani_S 3,126 Reputation points
1 answer One of the answers was accepted by the question author.

HttpClient.Send not supported in mac

Hi, HttpClient.Send(request. HttpCompletionOption.ResponseHeaderRead) => not supported in mac why? it work on windows.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-17T12:39:02.6033333+00:00
Dani_S 3,126 Reputation points
commented 2024-06-23T12:07:45.7066667+00:00
Dani_S 3,126 Reputation points
0 answers

My CollectionView not update ItemSources ussing MVVM?

Hi, my name Liem! I using CommunityToolkit.MVVM for my NET MAUI project. I have success load data to CollectionView by binding ItemSource to [ObservableProperty] ObservableColleciont<T> Items. Now I use for loop to change item properties inside…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-22T08:08:36.86+00:00
Liem Nguyen 11 Reputation points
edited the question 2024-06-23T03:40:40.77+00:00
Liem Nguyen 11 Reputation points
1 answer

How do you read an SMS and MMS message using .NET MAUI (on Android only)?

I'd like to read an SMS and/or MMS message on an Android device only, but from within my .NET MAUI app. Specifically, I want to save any received (MMS) picture that has been texted to me plus any associated (SMS) text. Is this possible with .NET MAUI…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 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.
10,526 questions
asked 2024-06-19T23:12:35.5966667+00:00
Gene Magpayo 0 Reputation points
commented 2024-06-22T23:34:29.6166667+00:00
Gene Magpayo 0 Reputation points
1 answer

Android App Won't Launch when installed from APK

I am experiencing issues when trying to use our signed Android MAUI application running after I install it from an APK onto emulator or physical device. It installs without issue, but when launched it freezes and crashes. Since our application is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-05-02T13:47:13.35+00:00
Geoff Knoll 10 Reputation points
edited a comment 2024-06-22T20:44:55.2233333+00:00
Gianni Stekkinger 0 Reputation points
0 answers

.NET MAUI, Android emulator is not ready to be used

I have also tried cleaning project, but it did not workI have installed x64 android emulator with API 21 on AMD CPU to get higher performance when I try to start debugging on it, I get 'There were deployment errors' and in the output window: Waiting for…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,797 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-22T18:32:18.0833333+00:00
Hossam Fares 0 Reputation points
edited the question 2024-06-22T18:37:05.71+00:00
Hossam Fares 0 Reputation points
0 answers

Maui MediaPicker.Default.CapturePhotoAsync fails under iOS with no error message

Hi, When I try to capture an image on a physical Apple device using MediaPicker.Default.CapturePhotoAsync() the calling function stops functioning with no error message and returns a null. My project is running the following…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-21T16:14:29.3566667+00:00
Grant Schaffer 25 Reputation points
commented 2024-06-22T18:17:17.56+00:00
Grant Schaffer 25 Reputation points
0 answers

Maui .Net 8 iOS MediaPicker.CapturePhotoAsync issue returns null after user presses USE PHOTO on apple device

Hi, Maui .Net 8 iOS MediaPicker.CapturePhotoAsync returns null after user presses USE PHOTO on apple device. Works perfectly on Windows and Android. Please help. Thank you, Grant

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 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.
10,526 questions
asked 2024-06-22T16:31:55.83+00:00
Grant Schaffer 25 Reputation points
0 answers

Android Emulator 34 - " Could not start Emulator in HOST GPU Mode"

I downloaded the latest Visual Studio 2022 and I am following the steps to create an Android App. When starting the Emulator I get the Popup error: "Could not start Emulator in host GPU mode" "Please check if you can update your video…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,797 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-22T15:50:12.65+00:00
PeterSmith-3108 0 Reputation points
edited the question 2024-06-22T16:12:03.2366667+00:00
PeterSmith-3108 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I find out if my video view is on top of my game view in my Android .NET 7.0 project?

I want to play a video in my Android .NET 7.0 project. I have installed the NuGet package XamarinMediaManager version 1.2.2: https://github.com/Baseflow/XamarinMediaManager But the problem is that I only hear the sound of the video when I debug on my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-09T21:02:21.89+00:00
Kim Strasser 751 Reputation points
commented 2024-06-22T10:43:40.3733333+00:00
Amy McCarthy 0 Reputation points
4 answers

.NET8 MAUI and Azure Notifications Hub implementation

In my NET8 MAUI application, I'm trying to add push notifications using Azure Notification Hub. I can't find an updated example of how to configure and implement correctly the push notification for Windows, Android and iOS. Can you point me in the right…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
285 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-02-03T10:33:24.31+00:00
Enrico Rossini 181 Reputation points
answered 2024-06-21T20:12:09.9366667+00:00
Sergio Alejandro Perez Molina 0 Reputation points
0 answers

Shell.Current.GoToAsync Failed with Error: java.lang.IllegalStateException: The specified child already has a parent.

In my ViewModel, I had a RelayCommand to send parameters to another page. [RelayCommand] public async Task ReviewIt() { // ... await Shell.Current.GoToAsync(nameof(ReviewItView), new Dictionary<string, object>{ ["key1"] = value1,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-21T19:32:07.13+00:00
Fan Yang 0 Reputation points
0 answers

GoToAsync Failed With Java.Lang.IllegalStateException

In my ViewModel, I had a relaycommand to navigation another page: [RelayCommand] public async Task ReviewIt () { ... await Shell.Current.GoToAsync(nameof(ReviewItView), new Dictionary<string, object>{ ["key1"] = value1, …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-21T19:12:56.94+00:00
Fan Yang 0 Reputation points
2 answers

Error running MAUI on iOS Device

Hi, I have just downloaded Visual Studio for Mac PRE 17.3 (Build 1038) but when I try to run the default MAUI app on iPhone device I get below error: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2022-06-24T18:11:33.737+00:00
Jassim Al Rahma 1,541 Reputation points
answered 2024-06-21T17:18:47.6366667+00:00
Bruce (SqlWork.com) 59,546 Reputation points
0 answers

No compatible code running on the thread

I know what is causing this, but the solution evades me, because many of the answers are "I upgraded to the next VS version", which is not helpful. What is causing this: I have a class (record) that overrides the AutomationId property of a UI…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-21T14:09:08.9533333+00:00
Russell Hires 0 Reputation points
edited the question 2024-06-21T16:09:25.9433333+00:00
Russell Hires 0 Reputation points
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,990 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
commented 2024-06-21T15:56:05.5066667+00:00
Grant Schaffer 25 Reputation points
1 answer One of the answers was accepted by the question author.

.Net MAUI desctop app

I am new to programming. I am trying to figure out how to work with MAUI. The problem is that the program does not start in Windows Explorer, but everything works fine from Visual Studio (mobile and desktop versions).Windows11

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-06-12T18:35:45.7166667+00:00
K00300006: Lionel Jose Maria 25 Reputation points
accepted 2024-06-21T13:50:17.3233333+00:00
K00300006: Lionel Jose Maria 25 Reputation points
1 answer

Where has MapIcon gone in Windows MAUI Maps ?

Hi team. I try to migrate a custom renderer for Maps from Xamarin to MAUI. I need to show a custom icon on the Map in Windows platform (found multiple examples how to do that in IOs and Droid) In Xamarin there was a MapIcon class , derived from…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,081 questions
asked 2024-05-29T10:42:51.1733333+00:00
Andreas Wegener 0 Reputation points
commented 2024-06-21T12:59:11.62+00:00
Andreas Wegener 0 Reputation points