3,453 questions with .NET MAUI tags

Sort by: Updated
2 answers

How to implement SSL Certificate pinning in .net MAUI?

Please share stepwise code for certificate pinning.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2023-07-21T19:24:41.6266667+00:00
Thombre, Ashish 130 Reputation points
answered 2024-09-28T19:47:19.9533333+00:00
Dharmendar Dhanasekar 1 Reputation point
0 answers

How can I check for updates from within a Windows app in .NET MAUI?

Hello everyone, I am currently developing a Windows application using the .NET MAUI platform and deploying it via an appinstaller file. The appinstaller is configured to automatically check for updates every 8 hours. However, I would like to implement a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
891 questions
asked 2024-09-28T19:31:29.3433333+00:00
Lohith K K 105 Reputation points
0 answers

pop up animation

I have an poup that is opening with an animation private async void PopUpBorder_Loaded(object sender, EventArgs e) { PopUpBorder.Scale = 0.5; PopUpBorder.Opacity = 0; await Task.WhenAll(new Task[] { PopUpBorder.ScaleTo(1,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-28T18:10:20.6733333+00:00
Eduardo Gomez Romero 465 Reputation points
0 answers

Outlook animtion

I have a collectionView <ContentPage.Behaviors> <toolkit:EventToCommandBehavior Command="{Binding PageEnterCommand}" CommandParameter="{Binding Source={x:Reference TurbineCollection}}" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-28T18:00:02.7966667+00:00
Eduardo Gomez Romero 465 Reputation points
edited the question 2024-09-28T18:02:40.0066667+00:00
Eduardo Gomez Romero 465 Reputation points
2 answers One of the answers was accepted by the question author.

Build Configurations to change MAUI Settings like ApplicationId

We have a MAUI app that I build for iOS and Android. We use this same code base for 5 different apps that talk to different bluetooth hardware we sell. Each time I switch mobile apps I go into the project properties / App Info and change the Application…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-07-23T15:33:44.9333333+00:00
Tony Pitman 80 Reputation points
answered 2024-09-28T17:09:46.15+00:00
Nicolás Mejía 0 Reputation points
0 answers

How to read data from Serial Ports on Android using MAUI

Hi everyone, I'm working on a .NET MAUI app for Android and I’m having some trouble. Right now, my code just displays the connected USB devices info, but I actually need to read data from serial ports instead. Here's the code I have so far: #if…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,346 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-28T13:43:25.7+00:00
Yusuf 20 Reputation points
edited the question 2024-09-28T13:44:24.7066667+00:00
Yusuf 20 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to pair to mac Error: Object reference not set to an instance of an object

I am no longer able to pair to my Mac (Sonoma 14.7). Running VS 17.11.4. Log file says Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : DateTime=2024-09-17T22 Xamarin.Messaging.Integration.State.ServerStateContext Information: 0…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-17T22:13:09.1233333+00:00
Daniel Manchester 25 Reputation points
accepted 2024-09-27T19:45:05.09+00:00
Daniel Manchester 25 Reputation points
1 answer One of the answers was accepted by the question author.

Maui - how to use certificate.pfx using X509Certificate2

Hi, I used this code: certificate.pfx located in Resources\Raw folder and also tried on the root of the app. var cert = new X509Certificate2(@"certificate.pfx", "password"); Exception:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,823 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-01-02T11:45:00.88+00:00
Dani_S 3,746 Reputation points
edited a comment 2024-09-27T18:55:11.8733333+00:00
Sebastián Bricchi 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fire SelectionChanged event of CollectionView on WebView click

I am using Visual Studio 2022 and maui 8.0 and API level 33 I have collectionView and inside it I have Label and WebView . I have written SelectionChanged Event as well. When I am trying to click Data at WebView SelectionChanged does not fire but when…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-26T09:27:39.1533333+00:00
Faiz Quraishi 165 Reputation points
accepted 2024-09-27T14:41:14.2633333+00:00
Faiz Quraishi 165 Reputation points
0 answers

Tab Bar Content Titles Trimmed After Navigating to Custom WebView in .NET MAUI iOS App

I'm encountering an issue in my .NET MAUI application on iOS where the titles in the TabBar's ShellContent are being trimmed or cropped. This issue occurs only after navigating to a page that contains a WebView (referred to as "AppWebView") and…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 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,887 questions
asked 2024-09-24T09:32:40.7366667+00:00
Nikhil Kurian 0 Reputation points
commented 2024-09-27T13:37:51.46+00:00
Nikhil Kurian 0 Reputation points
1 answer One of the answers was accepted by the question author.

Check one Radio button by Default .NET MAUI

Here a simple calculator to perm Add/Sub/Div /Multiply between Whole number and Fractions. I got help from this form to load the radio button group { Addition, Substraction ,Multiplication,Division} But I want one Radio Button to be checked by default…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-26T11:55:20.02+00:00
Kalyan A 185 Reputation points
accepted 2024-09-27T12:39:58.4233333+00:00
Kalyan A 185 Reputation points
2 answers One of the answers was accepted by the question author.

Union between two lists doesn't work

Union between two lists doesnt work getting error in unionlist= groupsa.Union(groupsb); @page "/SetTheory" @using System.ComponentModel.DataAnnotations; <PageTitle>Set Theory</PageTitle> <div> SET A …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-18T10:39:39.0766667+00:00
Kalyan A 185 Reputation points
accepted 2024-09-27T12:18:14.11+00:00
Kalyan A 185 Reputation points
1 answer

How to change the bacground and text color of MenuFlyoutItem?

Hi, How to change the bacground and text color of MenuFlyoutItem? <FlyoutBase.ContextFlyout > <MenuFlyout > <MenuFlyoutItem Text="Load external configurations" Command="{Binding…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-25T14:36:05.62+00:00
Dani_S 3,746 Reputation points
edited a comment 2024-09-27T10:11:59.09+00:00
Dani_S 3,746 Reputation points
1 answer

Maui app issue

Hi, How to verify .Net Maui App is fine to work within Android? Any example? The build version is MauiXaml

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-09T08:29:11.0866667+00:00
Peter_1985 2,666 Reputation points
commented 2024-09-27T08:47:47.19+00:00
Peter_1985 2,666 Reputation points
0 answers

reusable template

In my collectionView, I have this <CollectionView Margin="20" ItemsSource="{Binding Turbines}"> <CollectionView.ItemTemplate> <DataTemplate x:DataType="model:TurbinePin"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-25T16:38:02.9433333+00:00
Eduardo Gomez Romero 465 Reputation points
edited a comment 2024-09-27T08:39:51.32+00:00
Eduardo Gomez Romero 465 Reputation points
0 answers

VS Code on Mac only uses one nuget source, even though two are configured in the nuget.config file

I wrote a .NET MAUI app in Visual Studio but couldn't get the app to install on an iPhone. I installed VS Code on my Mac, but am having problems with it. I have a nuget.config file with two nuget sources configured, but VS Code only ever uses nuget.org…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-23T06:56:41.61+00:00
Jai Holloway 40 Reputation points
commented 2024-09-27T08:16:51.13+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
0 answers

Failed to publish Maui App after adding localization for Info.plist

Hi, I followed this documentation https://video2.skills-academy.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1 to localize description of permissions for iOS. What I've done: InfoPlist.strings files: InfoPlist.string: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-09T10:51:44.03+00:00
Ainur Almurzina 0 Reputation points
commented 2024-09-27T07:59:42.13+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
0 answers

How I create a referral link 'Dynamic Link' for my Maui Android App ?

I made an app in which I need to create a share link if i tap on share button the referral ID of user and the share link automatically reflect on Play Store

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
290 questions
asked 2024-09-26T13:10:50.51+00:00
Rajan Tyagi 0 Reputation points
commented 2024-09-27T07:57:57.4266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,036 Reputation points Microsoft Vendor
0 answers

How to fix linker error for System framework not found?

I am trying to publish my .Net 8.0 Maui application to the iOS app store. When I run this command to remotely build this archive on my Mac: I get this error: ```(_LinkNativeExecutable target) ->C:\Program…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-24T16:48:56.6166667+00:00
Mr. Dragon 0 Reputation points
commented 2024-09-27T07:56:55.4166667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,916 Reputation points Microsoft Vendor
0 answers

MAUI App navigation and messaging not working since update to .NET 8

I am having this error 'No destination with ID 10 is on the NavController's back stack. The current destination is Destination(0x5) class=crc6452ffdc5b34af3a0f.NavigationViewFragment' since I updated my app from .net7 to .net 8 due to the urge of Google…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,453 questions
asked 2024-09-24T14:37:03.2633333+00:00
Leonardo D’Incau 0 Reputation points
commented 2024-09-27T07:25:16.3666667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,036 Reputation points Microsoft Vendor