Maui project - Microsoft.AspNetCore.Aoo didnt work with the APP
1-There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'iossimulator-x64'. 2-There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'maccatalyst-x64'.
Impact of Upgrading to Xcode 16 on Xamarin Forms Code Compatibility
Hi, I am in the middle of migrating the Xamarin Forms code to MAUI, but we still need to release production bug fixes with Xamarin Forms. I am currently using macOS 14.3.1 and need to upgrade to macOS 15.2 to get Xcode 16, as I am receiving an error…
DateTime.Now returns UTC Time if we build Xamarin.Android app with azure pipeline.
Hi, Team, We have currently one project associated with Xamarin.Android. DateTime.Now returns UTC Time instead of returning local time only when we build Xamarin.Android app with azure pipeline. It is working fine if we create build using visual…
Apple Developer Account: Individual - error 'There was an error while trying to log in: Provide a properly configured and signed bearer token, and make sure that it has not expired learn more about generating tokens for API requests'
I have an issue when trying to sign in with my apple developer account on visual studio 2022 (v17.4.1). Firstly, I when trying to sign in as an 'individual account' I get this error ‘there was an error while loading your certificates: The Apple Developer…
Cannot create an IOS archive... Process cannot be executed on XMA server. There was an error unzipping the file... The specified path, file name, or both are too long.
I am working on an update to a Xamarin.Forms app In Visual Studio Community 2022 on a Windows 11 Pro machine. I receive the following error when I try to archive the iOS project for distribution: Cannot create an IOS archive 'XXXXXXXX.iOS'. Process…
Using an iOS storyboard and viewcontroller in Maui
I am in the process of porting my xamarin.ios project to maui. Unfortuanately I have a storyboard and viewcontroller I cannot replicate in maui. (Dropbox) Is there a way I can use that part in my maui project? I copied the files to Platforms/iOS but not…
Xamarin Forms Schedule notifications
Hello everyone, I am new to Xamarin forms, I need to add to my app a functionality so that the user can schedule reminders. For example: Send a notification every Monday and Friday at 5 pm. I have tried to use Local notifications with this library…
AppShell- Failed to Navigate Back, Ambiguous routes matched for.... but i've only registered routes once
I am building an Xamarin Forms app for iOS and Android. I registered my routes in AppShell.xaml.cs globally like this: **-AppShell.xaml.cs-** Routes.Add(nameof(HousingFolderPage), typeof(HousingFolderPage)); Routes.Add(nameof(HousingFolderDetailsPage),…
I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…
CustomEditable Date picker which accepts null value in xamarin forms?
How to Implement Editable date picker which allows null in xamarin forms
Is it possible to build a gRPC client using Xamarin Forms ?
I'd like to use some gRPC in my xamarin form app. Are this technology compatible? Is there any sample or tutorial?
Google login on Xamarin Forms app
I'd like to add authentication by providers like google, github etc on my app, to identify the user; I've found some tutorial on youtube and internet, but they are very outdated and it seem that google has recently changed his policies. So is there any…
how to handle Back Button on Android with Xamarin Forms?
I've a multiple page app in xamarin forms, when I press the android back button, it reduce to icon the app instead to get back to previous page. I tried as here OnBackPressed in Xamarin Android but the override code is never executed, it not fire. I'm…
RenderTargetBitmap renders low quality image of the UIElement
Hi, I have a Xamarin.Forms application deployed in UWP, in which I have added Xamarin.Forms.Image to the page and trying to convert the UIElement to image using RenderTargetBitmap, the converted image quality is reduced. Again I have added the converted…
Xamarin iOS app crashes on startup after updating to iOS 14.6
Hi, my app has a login and then a home page with donwloads lists from API. After upgrading the iOS to 14.6 version it never starts. With earlier version it does. And also I'm getting a warning that the Xamarin.ios is not found. We upgraded everything up…
Xamarin support for Android API 34 (14)
Hi I have a project and trying to update to API 34 with no luck even I create a blank project (Start new project with basic hello world template) also giving me the same error. Here is the error The TargetFrameworkVersion (Android API level 33) is lower…
can I use c++ to develop xamarin.android?
can I use c++ to develop android application ? and I know I can not use .net library. but I just wonder If I can use c++ to developt it.
Azure Dev Ops pipeline failing for Xamarin Native android app when installing SDK platforms
Hi, I have a Xamarin Native android project which is held in Azure Dev Ops. I have a pipeline which builds the app. The last time it ran in April it worked fine, but now after making only a few small code changes (UI changes) of which none were related…
Unique idenifier for device
I am new to Xamarin Forms development and new to this forum, so sorry if this is a stupid question! I am working on a Xamarin Forms app that is using oAuth style of login / authentication. I can pass a "device id" when requesting a token, so…
Xamarin.Forms Android Resource.Designer generating without layout xml
Hello! Running VS22 and Xamarin.Forms 4.8.0.1269 I've got an app in Xamarin.Forms used for Windows and Android. We've recently had to rename the entire project and in doing so changing the name of all the namespaces and folders. I've triple checked and…