Simplifying APK Update Process in MAUI App
I am looking for ways to simplify the update process for a private app Currently, I can download the APK of the new version from a database. However, once the APK is downloaded, I'm unsure how to use code to perform the update. It is not on the store.

App in Maui version 8 we are facing deployment issue
Hello, I have developed an app in app in Maui version 8 and I have created an .apk for it. The apk gets installed on some devices and cannot be installed on some devices. I have tried wide range of make and models of cellphones/mobiles. I have tried…
Duplicate App shortcuts
I have developed an app in app in Maui and I have created an .apk for it. After The apk gets installed , It creates two icons and when I try to uninstall one, both of them gets uninstalled at the same time. I have already created and deployed two small…
Failed to Publish API
api_deploy.txt Hi, WhyI am suddenly not able to publish Web API to Microsoft Azure? I am getting failed as you can see in the attached log. Kindly help.. THanks, Jassim
How to share session between framework 4.8 and .net with YARP
I realise there is plenty, plenty, of documentation/videos/help but nothing is helping me get past the very basic act of sharing session even though I see it work in the "UpgradeSample-main" example project. I'm finding resources are often…
failed with HTTP status code 'Unauthorized'.
Hi, Why I suddenly started getting this error: /Users/jassim/Projects/OneID/One ID API/Controllers/Account.cs(116,9,116,15): warning CS0162: Unreachable code…
How is it possible to implement a complete semblance of a console (online compiler) in win fomrs?
Good time! Faced such a task as implementing code execution as in a console application in C # (with classes, methods, the ability to read data, etc.). Everything went super until I started testing my application. The problem is that I can execute code…
How to use/bind the ExternalAccessroy for ios in .net MAUI targeting 9.0
Hello team, When I am trying to create an ipa file in release mode in IOS from Visual Studio 2022 I am getting the below errors when I am keeping <MtouchLink>SdkOnly</MtouchLink> I am not finding any articles/documentation on how to use it.…
Kha Tuấn Việt
Tôi tên là Kha Tuấn Việt sinh ngày 01/01/1989. Tôi đã tốt nghiệp ngành công nghệ thông tin tại trường đại học Tổng Hợp Hà Nội. Ngay từ khi gần tốt nghiệp đại học, tôi đã bắt đầu đi thực tập làm việc để tích luỹ thêm nhiều kinh nghiệm. Sau hơn 10 năm làm…
How to Detect Stylus Pen Sides (Pen Tip vs. Eraser) in WPF (C#)
Hello, I’m developing a WPF application in C# that interacts with a stylus pen on a Windows device. I need to detect which side of the stylus is being used—whether it’s the pen tip or the eraser side. Could someone guide me on how to achieve this…
How to Link .NET MAUI iOS App with a Native watchOS App and Build Both Together?
I have developed a .NET MAUI app for iOS and separately created a native watchOS app in Xcode. Since .NET MAUI does not support watchOS, I am struggling with two main issues: How to link my iOS MAUI app with the watchOS app? How to build both apps…
Removing ListView mousover highlight in MAUI
I am building an app in MAUI .NET8, and don't seem to find any way of removing the mousover highlight on a ListView item in Windows. There are no obvious properties that I can see, nor can I find any documentation on how to do this. I found a few…
Transition from 8 to 9 in maui not worked
Hi, Target: move maui app from .net 8 to .net 9 in Mac. Documentation: https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#upgrade-from-net-8-to-net-9 Problem:App not working without debugging. Steps: I did all steps in…
Blazor right slide panel using Fluent UI Library
Hello, I have implemented a right-side sliding panel using the Fluent UI library. When I click on the cards the edit panel opens directly. However, I am encountering an issue where the data inside the edit panel does not load it opens empty. The data…
dotnet build run with platform Any CPU
Hi, I have Mac with Sonoma 14.7.2, Xcode 16.2 in net 9. I create new empty project in maui in net 9. I clean and build my app and got Platform="Any CPU" and project not running. Can you please help ? Console: dotnet build…
How to activate camere when changing tab in .net maui
I'm developing a .NET MAUI application using MVVM for learning, and I have a BarcodePage that contains a CameraBarcodeReaderView (from ZXing.Net.Maui.Control). Everything works fine when I first navigate to the page, but when I navigate away and then…
How to activate camere when changing tab in .net maui
I'm developing a .NET MAUI application using MVVM for learning, and I have a BarcodePage that contains a CameraBarcodeReaderView (from ZXing.Net.Maui.Control). Everything works fine when I first navigate to the page, but when I navigate away and then…
How to correctly use shell navigation in a maui project?
I am using MVVM for project. I have a page (BuildingOverViewPage) that displays a list of buildings in my app, and i also have another page (ViewEditBuildingPage) that handles View/Add/Edit building. I am using shell navigation. However, the navigation…
How to draw the path as imaged attached
Need to draw the path as shown in the image in .NET Maui, it was implemented in Xamarin forms while converting to MAUI path are not creating same as Xamarin forms used same coordinates to create the path, please help us to create the path. It was…
Visual studio 2022 Maui project unable to compile for .net 9.0-ios target
Hi, I am trying to deploy a test app to iPhone from windows visual studio but getting the following error when trying to compile. The specified network password is not correct. I have completed the automatic provisioning : I obviously have no problem…