4,313 questions with Developer technologies | .NET | .NET Multi-platform App UI tags

Sort by: Updated
0 answers

.NET MAUI iOS Firebase Crashlytics Not Receiving Crash Reports (Analytics Working)

Hi @Anonymous I'm integrating Firebase Analytics and Crashlytics in a .NET MAUI application using: <PackageReference Include="Plugin.Firebase" Version="4.0.0" /> <PackageReference…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-03T11:20:55.2433333+00:00
Vignesh Palthurai 20 Reputation points
edited the question 2026-06-04T04:23:03.3833333+00:00
Vignesh Palthurai 20 Reputation points
2 answers

.Net 10: Exception has occurred: CLR/ObjCRuntime.ObjCException

I am facing below exception when running the .net 10 maui project on visual studio code: Exception has occurred: CLR/ObjCRuntime.ObjCException • An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-01T07:20:16.8833333+00:00
Sreenivasan, Sreejith 840 Reputation points
commented 2026-06-04T03:20:32.1+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

How to Disable Compression while Archiving in Visual Studio

Hello, While archiving my application and signing, the UI Version of Visual Studio's Archiving, is compressing resource files. The store I am uploading to does not allow for the compression. Is there any way to disable the compression during…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-30T02:58:20.63+00:00
David Harper 0 Reputation points
commented 2026-06-04T03:19:54.47+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
3 answers

Is net 9.0 support latest ios in MAUI?

Is net 9.0 support latest ios? using VS2022? in MAUI? if I can relase ipa file and install on the latest ios that is better. if vs2022 do not support how to use cli to relase it?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-31T04:21:35.5733333+00:00
mc 7,106 Reputation points
commented 2026-06-04T03:19:07.8533333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Issue to finish the steps

Hi, Can you help and share with the screens to achieve the following?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-03T08:07:57.7633333+00:00
Jonathan 85 Reputation points
accepted 2026-06-03T10:04:24.9766667+00:00
Jonathan 85 Reputation points
2 answers

How can I ask users for ratings and reviews in my iOS game?

I want that the standardized prompt gets displayed in my game on iOS devices after the user finished a level in my game. How can I display the standardized prompt in my game and is it necessary that I check if the prompt was already displayed three times…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-02T15:27:46.8833333+00:00
Kim Strasser 2,596 Reputation points
edited a comment 2026-06-03T05:56:38.2033333+00:00
Kim Strasser 2,596 Reputation points
2 answers

How can I ask users for ratings and reviews in my Android game?

I want that the prompt gets displayed in my game on Android devices after the user finished a level in my game. How can I display the prompt in my game and is it necessary that I check if the prompt was already displayed three times in a 365-day period…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-02T15:33:39.7466667+00:00
Kim Strasser 2,596 Reputation points
commented 2026-06-03T05:51:18.7566667+00:00
Kim Strasser 2,596 Reputation points
2 answers

MAUI app exiting without crashing after inactivity

Hi there I have a .NET 10 MAUI app and it is exiting on refresh, or any activity, after being in "sleep" mode for a while. The shortest time I have tried is 4 hours, but I believe 2 hours will have it exit too. I have tried leaving the…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-25T04:10:52.8133333+00:00
Jai Holloway 110 Reputation points
commented 2026-06-03T02:12:35.1566667+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

can I create native c++ lib in .net MAUI? or .net andorid?

what I want is to create android to control the GPIO of the RK3568 which run the android system. I searched that and get I have to create one Native c++ library and call it in android. and doSystem.Device.GPIO can use in RK3568 android?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-21T01:09:36.1033333+00:00
mc 7,106 Reputation points
answered 2026-06-02T20:33:27.27+00:00
Ken Tes 0 Reputation points
2 answers

Why in .net maui 10 ios does the SearchBar control not show the correct background color and emits a shadow?

When I upgraded an app from .net maui 9.0.81 to 10.0.70, my SearchBar control did not show the correct background color and emitted a shadow. I did some extensive research into this issue and tried a lot of the suggested workarounds. Nothing fully…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-02T00:16:22.97+00:00
Kurt K 196 Reputation points
commented 2026-06-02T18:20:01.7833333+00:00
Kurt K 196 Reputation points
2 answers

Splash screen for Android is default .NET splash screen and not specified splash screen MAUI

I have <MauiSplashScreen Include="Resources\Splash\splash.png" BaseSize="128,128" /> In my csproj., but the android splash screen is the default purple .NET splash screen. It works fine in iOS, but not on android. What would…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-28T06:40:26.99+00:00
Jai Holloway 110 Reputation points
commented 2026-06-02T02:29:43.8433333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

MAUI Label randomly appearing and disappearing in iOS

Hi there I have an if statement that sets the visible property of a label to false if there is no value or it is 0. But I have checked the result from the api and there definitely is a value. The behaviour is inconsistent. Sometimes when I navigate to…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-28T11:45:09.0566667+00:00
Jai Holloway 110 Reputation points
commented 2026-06-02T02:10:44.7566667+00:00
Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

How to setup a Splash Screen when an Android Maui App is started by an external app?

I have a working app which I am now enhancing it by making it a Sharing Target. Consider that I am sending a simple text data such as a website link to my app. For this, I have added an Intent Filter as shown in the code below. Everything works as…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2023-11-16T18:24:10.2833333+00:00
dg2k 1,416 Reputation points
answered 2026-05-27T08:14:49+00:00
Simon Wales 0 Reputation points
2 answers

Best Practice For Database Access In Blazor MAUI Hybrid App

I'm porting a project from MVC into a Blazor MAUI Hybrid app with the intent to share common components and data. I have a Razor Class Library which does this, but was wondering if I should also put my SQL Server data access in here as well or keep that…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,699 questions
Developer technologies | .NET | .NET Multi-platform App UI
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,746 questions
asked 2024-04-30T17:24:11.6166667+00:00
Daniel Kovach 0 Reputation points
commented 2026-05-25T11:21:18.07+00:00
Jimmy Arthur 80 Reputation points
3 answers

MAUI .Net10 app crashing on startup only when installed from Google Play

Hi all, I've just upgraded VS to 2026, which I use to develop mobile MAUI project. That involved targeting .Net 10 (.NET MAUI Tools 18.0.345 (fbde6c01f0)) instead of .Net 9. in the MAUI project. The Android app works perfectly in debug or release mode…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-02-03T06:14:45.9766667+00:00
ByteDigger 5 Reputation points
commented 2026-05-23T04:04:35.8766667+00:00
Balázs Csutorás 0 Reputation points
1 answer One of the answers was accepted by the question author.

I get the message Edge-to-edge may not display for all users when I upload my game to Google Play Console

I have uploaded my game to Google Play Console Production and I get the message "3 actions recommended" in the Release dashboard: Edge-to-edge may not display for all users From Android 15, apps targeting SDK 35 will display edge-to-edge by…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-18T21:09:30.4333333+00:00
Kim Strasser 2,596 Reputation points
accepted 2026-05-21T23:12:43.21+00:00
Kim Strasser 2,596 Reputation points
2 answers One of the answers was accepted by the question author.

4KB Memory Page Warning: Upgraded MAUI project with .Net 10 still shows .SO files

I have upgraded my MAUI project's .net version to .net 10 from .net 8 to resolve the 4KB memory warning from play store. After upgrade I have generated a new AAB file and change the extension to .zip from .aab. Then I extracted the .zip file and under…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-17T15:07:58.36+00:00
Sreenivasan, Sreejith 840 Reputation points
commented 2026-05-21T09:54:46.04+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Best approach for Mobile app development

Hello guys, I was wondering what is the best project template for mobile app development. I was reading little bit about the .NET MAUI but I am not quite sure if it's better than regular Android App or Mobile App (Xamarin). What is your experience with…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,699 questions
Developer technologies | .NET | .NET Multi-platform App UI
asked 2024-12-31T12:12:52.3266667+00:00
Kuler Master 411 Reputation points
answered 2026-05-20T07:43:36.13+00:00
Abhinva Srivastav 0 Reputation points
1 answer One of the answers was accepted by the question author.

Deep linking windows confussion

I need to be able to open my app, when I receive a link in the mail (like Microsoft team) I already searched everywhere how to do this, and I was able to do somethig In the pakage.manifest, I registered <Extensions> <uap:Extension…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2024-01-19T21:14:31.89+00:00
Eduardo Gomez 4,316 Reputation points
edited the question 2026-05-20T04:28:17.7133333+00:00
_AW_ 67,676 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

Warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.DataStore.Android 1.2.0.2 requires Xamarin.AndroidX.DataStore.Core.Android (>= 1.2.0.2 && < 1.2.1)

I get these warnings after updating my NuGet packages: warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.DataStore.Android 1.2.0.2 requires Xamarin.AndroidX.DataStore.Core.Android (>= 1.2.0.2 && <…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-04-28T08:08:12.5566667+00:00
Kim Strasser 2,596 Reputation points
commented 2026-05-19T09:48:51.5633333+00:00
Kim Strasser 2,596 Reputation points