Windows Surface Laptop 7 (ARM) - VS 2022 17.12.3 - MAUI - Hot Restart iOS - Object reference not set to an instance of an object.
Hello - going a bit kookoo here. Working on a MAUI app, not updated to 9 yet. It debugs, builds and can push to test group in Google Play Store. I'll preface all this next bit with this... I was not able to test at all on a physical usb connected iOS…
Custom Webview Renderer in MAUI iOS
In Xamarin forms we are using custom WebView renderer for iOS. using System; using Dev.Controls; using Dev.iOS.Controls; using Foundation; using UIKit; using WebKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; [assembly:…
How can I find the cause of a crash in the TestFlight Crash-Feedback?
I have downloaded and installed my app from TestFlight on my iPad but shortly after opening the app always crashes. In App Store Connect there are a few crash feedbacks. I have opened them in Xcode but I don't know how to find the problem in the crash…
Android Apk not installed
dotnet publish -f:net9.0-android -c:Release /p:AndroidSigningKeyPass=math@24 /p:AndroidSigningStorePass=math@24 When I try to install apk file "on my Android phone I get below error "App not installed as app isnt compatible with your…
Uploading .ipa file to App Store Connect is not working. Asset validation failed (90046)
I have updated my Xcode version on my Mac. Then I have downloaded the Transporter app on macOS and I have copied my .ipa file from my Windows device to my Mac and drag&drop the file in Transporter. But I get this error in Transporter when I upload it…
How can I create and upload an iOS-Build from Visual Studio to App Store TestFlight?
I had already created an application on App Store Connect some time ago and I had uploaded an iOS-Build in TestFlight. The iOS-Build expired and I want to upload a new iOS-Build. I had created my first iOS-Build on a macOS device. I switched from macOS…
Time Picker Focus and UnFocus is not working
Hello, There is a known issue for DatePicker focus unfocus not working on .NET MAUI 8 Android. The below code helped me to solve the date picker issue:- private DatePickerDialog mDialog; protected override DatePickerDialog…
Catch runtime error inside MAUI application on Android mobile (not emulator)
Hello all I have a tested MAUI application and run perfect in Android emulator (all functions) When I deploy application to the store (AAB) and download it to the mobile for internal testing, firstly run OK but when I tap on the screen app crash. Do you…
How to run maui app as admininstrator after deployment as unpacakged(exe)
Hi, How I run maui app on windows 8 as admin after deployment as unpcakaged (exe). This deployment command. dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true…
can the ios be same with android to the keyboard?
if I focus an entry the keyboard will appear. and then the page is resized so the keyboard will not cover the entry. I do not want it be like that. I know how to set to Resize according…
How to Enable Zoom Feature for BlazorWebView MAUI Hybrid on Android?
Hello, I am working on a project using .NET MAUI with Blazor Hybrid. I want to enable the zoom feature (pinch-to-zoom and double-tap-to-zoom) for the BlazorWebView when running on an Android device. Currently, the content in the BlazorWebView is not…
What is alternative of App center as it is going to deprecate by March 31, 2025?
I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives? App…
convert xamarin rerender to maui handler
i have trouble migrating xamarin rerender to maui handler. Here's the code [assembly: ExportRenderer(typeof(CustomNavigationPage), typeof(CustonNavigationRenderer))] namespace Test.App.Business { public class CustomNavigationRenderer :…
Visual Studio doesn´t display my Apple provisioning profiles
I have an Apple Developer Individual account and I already use Visual Studio some time to debug my iOS application on my iPad. Now I wanted to download my Apple Distribution provisioning profile in Visual Studio but nothing is displayed: I have the…
Windows build compilation issue in the MAUI app using .NET 9
The windows project is not getting compiled and it can reproduced using the following steps Create a new MAUI project. Add a NuGet package reference to Microsoft.Identity.Client.Desktop: <PackageReference…
FirebaseApp Initialization Error in MAUI .NET 8
Hello, I am encountering an issue with initializing Firebase in my MAUI Android and iOS projects. The error message I am receiving on Android is: [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: Java.Lang.IllegalStateException: Default FirebaseApp is not…
Smooth Transition Between Pages with and Without Navigation Bars in MAUI
In a .NET MAUI application, I have a scenario where I'm navigating from a page without a navigation bar (NavigationPage.SetHasNavigationBar(this, false)) to a page that includes a navigation bar. During the transition, the appearance of the navigation…
Issue with TabbedPageRenderer Causing IconImageSource to Disappear on CurrentPageChanged Event
I am experiencing an issue with the custom implementation of TabbedPageRenderer in .NET MAUI. When the CurrentPageChanged event is invoked, the IconImageSource for the tabs intermittently disappears. This behavior seems related to how the renderer…
face registration and face authentication
hello, I am developing a app in .NETMaui. I am searching for a way where I can create a database for faces with face registration(taking picture of left profile, right profile and front face) and save it. Authenticate the user using this face database…
VS2022 Publish is disabled
I am trying to create msix file for Windows but Publish is disabled please suggest.publish.gif I am using VS 2022 and recently upgraded. Thanks, Kalyan