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

Sort by: Updated
2 answers One of the answers was accepted by the question author.

.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 40 Reputation points
commented 2026-06-19T02:33:06.03+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Exception has occurred: CLR/System.NullReferenceException due to DashboardTabbedPageHandler

My home page is a flyout page with a tabbed page as the detail and a menu pop up page as the flyout. My problem is I have a handler for tabbed page and while using it I am getting below exception: Exception has occurred:…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-17T12:56:06.0433333+00:00
Sreenivasan, Sreejith 885 Reputation points
accepted 2026-06-18T10:58:05.6733333+00:00
Sreenivasan, Sreejith 885 Reputation points
2 answers

This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later.

I get this warning in Game1.cs in my SharedCode project. Is it necessary to change something? This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later. #if ANDROID …

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-09T07:34:48+00:00
Kim Strasser 2,641 Reputation points
commented 2026-06-18T07:35:40.3133333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

QuestPDF issue

Hi, Can you help for the issues below? I did the change to add "Type" but still the same problem.

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-17T05:27:33.4066667+00:00
Jonathan 250 Reputation points
commented 2026-06-18T04:30:37.24+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

resource attr/colorPrimary (aka com.companyname.handlepdfmauiapp1:attr/colorPrimary) not found.

Hi, How to resolve it? I got the issue even if I've rebuilt it.

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-12T09:11:30.32+00:00
Jonathan 250 Reputation points
commented 2026-06-17T05:28:23.1966667+00:00
Jonathan 250 Reputation points
2 answers

Maui .net. RelayCommand when pressing button doesn't fire.

I have VS 2022 preview Version 17.5.0 Preview 1.0 In my project I installed CommuniToolkit.Maui v2.0 and CommunityToolkit.Mvvm V8.0 I created this MVVM test app and when I press the button it doesn't fire. <ContentPage…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2022-11-29T18:16:09.833+00:00
Heinz Deubler 201 Reputation points
commented 2026-06-16T13:28:29.56+00:00
Yonas Mekonnen 0 Reputation points
1 answer One of the answers was accepted by the question author.

This call site is reachable on: 'Android' 31.0 and later. 'PreferenceManager.GetDefaultSharedPreferences(Context?)' is obsoleted on: 'Android' 29.0 and later (This class is obsoleted in this android platform).

I get this warning in a class in my SharedCode project. Is it necessary to change something or can I ignore the warning? This call site is reachable on: 'Android' 31.0 and later. 'PreferenceManager.GetDefaultSharedPreferences(Context?)' is obsoleted on:…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-15T21:43:30.5733333+00:00
Big_Bear_7 20 Reputation points
accepted 2026-06-16T11:07:44.7166667+00:00
Big_Bear_7 20 Reputation points
2 answers

This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and later (Use the 'UIWindowScene' overload instead.), 'maccatalyst' 26.0 and later (Use the 'UIWindowScene' overload instead.).

I get these two warnings in my iOS project in Program.cs. Is it necessary to change something or can I ignore the warnings? This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-09T07:05:22.28+00:00
Kim Strasser 2,641 Reputation points
commented 2026-06-16T03:35:56.0433333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 Reputation points Microsoft External Staff Moderator
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,641 Reputation points
commented 2026-06-16T03:16:43.3966667+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

How can I disable swipe-back navigation in iOS MAUI while keeping the back button?

I am trying to disable swipe-back navigation in a .NET MAUI app on iOS because users are accidentally navigating back while signing or performing other actions. I tried the usual approach of disabling the interactive pop gesture, but I am still able to…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-10T13:38:27.74+00:00
Omkar Pawar 295 Reputation points
edited an answer 2026-06-11T12:36:45.8066667+00:00
Omkar Pawar 295 Reputation points
4 answers One of the answers was accepted by the question author.

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 216 Reputation points
accepted 2026-06-11T03:21:19.6166667+00:00
Kurt K 216 Reputation points
2 answers One of the answers was accepted by the question author.

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,641 Reputation points
accepted 2026-06-08T06:57:49.7+00:00
Kim Strasser 2,641 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to get the listing page URL of my game when my game is not yet published in the Apple App Store and Google Play Store?

I want to add the listing page URL in my game so that the user can click the link in my game and give me a comment or a rating in the Apple App Store/Google Play Store. How can I get the URL of my listing page? Is it necessary to publish my game first…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-04T20:29:10.4166667+00:00
Kim Strasser 2,641 Reputation points
accepted 2026-06-08T06:56:48.91+00:00
Kim Strasser 2,641 Reputation points
2 answers One of the answers was accepted by the question author.

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,186 Reputation points
accepted 2026-06-05T14:21:02.99+00:00
mc 7,186 Reputation points
3 answers One of the answers was accepted by the question author.

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,186 Reputation points
accepted 2026-06-05T02:31:29.78+00:00
mc 7,186 Reputation points
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-04T09:54:23.4433333+00:00
Michael Le (WICLOUD CORPORATION) 11,330 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

.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 885 Reputation points
commented 2026-06-04T08:53:02.1233333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,025 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) 6,025 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 250 Reputation points
accepted 2026-06-03T10:04:24.9766667+00:00
Jonathan 250 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) 6,025 Reputation points Microsoft External Staff Moderator