Onidiom vs on Platform
Hi, What are the diffrences beween OnIdiom or OnPlatform ? Can you give sample how you yiu use each one? Thanks,
WARNING MVVMTK0045
Both with net8.0 and net9.0, at times I have a warning MVVMTK0045. Following the instructions in the relevant documentation https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/errors/mvvmtk0045 does not clear the issue - on the…
Microsoft .NET Host -8.0.13 (x64) Popup
I keep getting a random popup with the header Microsoft .NET Host - 8.0.13 (x64) stating "The feature you are trying to use is on a network resource that is unavailable." It further states "Click OK to try again, or enter an alternative…
How to fix: Exception thrown: 'System.Runtime.InteropServices.COMException' in WinRT.Runtime.dll The program has exited with code 3762504530 (0xe0434352).
I have a .NET MAUI app that I am completing on Visual Studio Professional 2022. I have cleaned, restored, and build the app with no errors. I configured the app to run on Windows. Just before launching, the app crashes with this error: Exception thrown:…
How to connect Algolia whit MAUI
i want to connect Algolia to my aplication developed on MAUI but i don´t know why it doesn,t work. I worked using DeepSeek and ChatGPT but they codes Doesn´t work i don´t know what more can i do i used the Algolia NuGet for MAUI but isn´t work or i tried…
Error loading font 'Assets/Fonts/Segoe UI.ttf'. on log
Hi, I have this error when running the MAUI as exe. I do not have this fonts on my app in RESOURCES/FONTS and not resister it. 2025-03-13 11:57:26,921 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Segoe…
App is crashing which swiping in carousel view in maui
I had implemented the carousel view in android, When im swipping app is getting crashed.
Blazor Hybrid Android/IOS Not Supported Picture-In-Picture(PIP)
Application: Messaging Application (Chat and Video Calls) using SignalR and WebRTC Framework: MAUI Blazor Hybrid Android OS: 15 - API 35 .Net Version: 9 Is Picture-In-Picture supported in BlazorWebView? You see i tried to implement a PIP that…
Problem publishing .NET MAUI app to Google Play Store: Unpacking failed error
Hello, I have problem when I try publish my .NET Maui application to Google Play Store, I see this error message: Unpacking failed. Please download 'https://dl.google.com/firebase/ios/analytics/59128155f949f77d/GoogleAppMeasurement-8.9.1.tar.gz' and…
Unique ID of MAUI device
Hello IT gurus I need some unique identifier of MAUI device (platforms: iPhone/Windows/Android/Tizen/MacCatalyst...) like MAC address of device, whatever... I want answer on this question: Is it the first (self) app instalation on this device? Yes/No…
Open PDF in MAUI in separate window
Hi, I have MAUI app in .NET 9 platform Windows and MAC. I have PDF file I want user will open it by click on button in separate window? Thanks,
Unable to debug on iOS device
Not entirely sure if this is a result of my upgrade to .net 8 or not but I am not been able to debug on my iOS device any longer. I see the app deploy and the splash screen comes up for 20 seconds then the debugger stops and the app on the phone closes.…
Publish - Move to Framework Independent did not work
Hi, I have MAUI app in .NET 9. When making setup with installshield i first install dotnet runtime 9. and later include Maui app + WPF app + stand alone app- log decoder in one setup. The app call in runtime to WPF application using Process Info…
MAUI: Firebase Analytics iOS.
I'm trying to configure the Firebase in my library project, but when the sample project references the library project, I get an error when compiling. (Not when compiling the library, but the project.) I'm using Xamarin.Firebase.iOS.Analytic and…
.NET MAUI error after binding android library (.aar)
I am using android library called "autoreplyprint.aar" , this library contains another.jar file called "jna-4.5.1.jar". I have used following code to bind it in my MAUI project, <ItemGroup…
pick appropriate .json data in Tab (ShellContext)
As a senior+ hobby developer I'm stuck. I know - whoever helps - this is not what this GitHub forum is for and, I know, this is an imposition! Anyway, hopefully somebody has some time and is willing to help, thank you. my APP:…
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…
Is there a sample MAUI application to call c/c++ libraries that can be built from Windows and used on Windows, iOS and Android?
I am trying to convert my Xamarin.Forms mobile applications to MAUI. My applications depend on C libraries developed by government agencies (NOAA and USNO). For Xamarin.Forms I found a very good example for building a NuGet package from C library code…
"Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'
I am trying to upload my maui ios app on transporter and getting this error: what i have tried so far is <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> …
MAUI: How to update the webview height after loading new content
I want to implement the below UI in my MAUI application (header and footer sections are not added): Below is my code (header and footer sections are not added): Webview to show HTML content(with a background image), Audio frame with previous, play and…