Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
128 views

I have several .NET MAUI 9 and Xamarin.Forms apps in production, all connecting to an Azure Web App with two instances and a direct HTTP endpoint that handles hundreds of requests per minute. Lately ...
Rocco Mattia Di Mauro's user avatar
1 vote
0 answers
44 views

What is the last version of Android that is supported for Xamarin Forms? I'm trying to update my app to the last possible version of Android for Xamarin Forms. I know I'll have to switch to MAUI ...
t_m27's user avatar
  • 143
0 votes
0 answers
35 views

I have a .net Android application (migrated from xamarin) and inside it there is a webView that displays a web app and also I have an Android Foreground Service that periodically is making a call to ...
Pavel Marius's user avatar
0 votes
0 answers
48 views

I'm building a Xamarin.Android application to scan barcode I'm using the Nuget Zxing 3.1.0-beta2 In Debug Mode everything works as expected But if I run on Release Mode the App dissapear in BackGround ...
Olivier Goossens Bara's user avatar
0 votes
1 answer
163 views

This may be too open ended for SO, but I've reached a point where if I can't resolve this then I need to redo weeks of work. I've manually converted an existing Xamarin app to MAUI, and found that ...
Scott Oliver's user avatar
3 votes
1 answer
2k views

I recently got a critical warning from Google Play Console: "2 of your apps are targeting an old version of Android. Google Play requires all apps to meet target API level requirements before ...
GainzNCode's user avatar
0 votes
0 answers
50 views

I have this code, but when I change android:targetSdkVersion="31" to android:targetSdkVersion="33" or higher versions it doesn't work, it keeps asking for permission, but the ...
flavio mesquita marinho filho's user avatar
1 vote
1 answer
324 views

I'm building a .NET MAUI app that communicates with a local server by sending HTTP POST commands. I have a class in a .NET library, and I use HttpClient to send requests. It works perfectly and ...
Matan Yamin's user avatar
0 votes
0 answers
38 views

I am developing an app that should be able to read pkpasses that have NFC enabled. So far I have the service to fetch those pkpasses. The app has Linea Pro Scanner that has RFID an NFC capabilities. ...
user1852154's user avatar
1 vote
1 answer
118 views

I'm trying to pair Visual Studio 2022 (Windows) with a Mac for building a .NET MAUI or Xamarin.iOS project. I have full terminal access on the Mac, and I've already enabled Remote Login (SSH) on it. I ...
Мөнхбаяр's user avatar
0 votes
0 answers
49 views

I am using the usb-serial-for-android library from GitHub with a dotnet Visual Studio project type Android Java library binding. Just added this to my project file <ItemGroup> <...
MrMeDkAtEng's user avatar
0 votes
0 answers
110 views

My Xamarin project builds and runs successfully in Rider 2025.1.2 on Windows, but when opening the same project in Rider on macOS, I encounter the following warning: CommunityToolkit.Mvvm....
Cezar Wagenheimer's user avatar
0 votes
0 answers
118 views

I recently moved from an x86 Intel Macbook to an Apple Silicon Macbook. I'm working on a .NET9 iOS app in Maui using JetBrains Rider. The app builds but won't deploy. The error states that the ...
CYAD's user avatar
  • 1,307
1 vote
3 answers
596 views

I am trying to pair my Windows 11 computer with Mac Pro to debug and eventually publish my MAUI app for iOS. When I go to the “Pair to Mac” setting, however, I keep on receiving an error saying that I ...
Fr_Ack's user avatar
  • 11
0 votes
0 answers
29 views

I'm facing a very frustrating issue with my Xamarin Android project in Visual Studio 2022. Problem: When I build and run my Xamarin Android application from Visual Studio 2022, it frequently installs ...
Cezar Wagenheimer's user avatar
0 votes
1 answer
173 views

Added SkiaSharp.Views.Maui.Controls v3.116.1 to a new project, and it gives me the following warning: NuGet package 'HarfBuzzSharp.NativeAssets.Android' version '7.3.0.2' contains a shared library '...
FreakyAli's user avatar
  • 17k
0 votes
0 answers
22 views

I cant work out how best to solve this and bare with me, I am a beginner. I have a list of "questions" built within a dynamic grid in code. Each question requires a string answer to be ...
Tanya's user avatar
  • 15
0 votes
0 answers
26 views

I recently implemented firebase push notification into my maui app and facing a strange issue, sometime the application works fine and sometime it trows exception,saying: Default FirebaseApp is not ...
GainzNCode's user avatar
0 votes
0 answers
53 views

So I am trying to collect crashlogs from a Xamarin Native iOS app using firebase crashlytics, but the crashlogs won't let me identify where the crashes are coming from. Here's test code I'm trying to ...
hr4bi0's user avatar
  • 13
1 vote
1 answer
71 views

I think I am missing something with the tabs system - https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/shell/tabs?view=net-maui-9.0 I want to get rid of the navbar at the top, and simply use ...
PhilM's user avatar
  • 415
1 vote
0 answers
16 views

I am using a custom divider. And I add a divider after each itemView. divider When I select several elements next to each other, it turns out that the divider is between them. And you can see white ...
amg63's user avatar
  • 25
0 votes
1 answer
123 views

So I'm using Window.SetDecorFitsSystemWindows(false) in onCreate to make my app full screen, the status bar is semi-transparent drawn over my view/activity (which is what I want). However when I ...
Noobius's user avatar
  • 13
0 votes
1 answer
196 views

Anyone implemented firebase push notification on maui .NET 8 I followed a tutorial and it worked well on android , I am able to receive the push notifications but on iOS it is not receiving the push ...
GainzNCode's user avatar
1 vote
0 answers
151 views

Getting Exception in MAUI app while trying to implement biometric on maui android using plugin.Fingerprint the exception says: {System.InvalidOperationException: Resolver for the current activity is ...
GainzNCode's user avatar
-2 votes
1 answer
82 views

I am new to mobile programming. I try to run a simple android app but i keep getting this error from the android device manager. I had previously downloaded the emulator before to use to run the ...
Reuben's user avatar
  • 1

1
2 3 4 5
1015