CustomEditable Date picker which accepts null value in xamarin forms?
How to Implement Editable date picker which allows null in xamarin forms
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…
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…
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…
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…
How to implement Firebase Realtime Database in .NET MAUI with complex data
I am using NET MAUI and Firebase Realtime Database , I ma uploading some user data in Firebase Realtime Database , and i fetch my all data from my view model but it's take to much time to load and when i add some more new data then it's takes to much…
Trying to bind RadioButtonGroup.SelectedValue to a vaiable....
Hey, im trying to bind RadioButtonGroup.SelectedValue to a vaiable but dosent get it to work... Can someone see what im doing wrong here? Here is my XAML Code: <StackLayout RadioButtonGroup.GroupName="TrainingStyleRB" …
Provisioning Profiles and all iOS integration in VisualStudio 2022 Windows still not working properly?
Afer some update beginning/mid this year vs 22 began to have problems with the following points: Tools/Options/Xamarin/Apple Accounts the Details for the team beginning having issues loading the profiles(and certificates... both lists are and stay…
XA0137: The 'run-as' command failed with 'run-as: couldn't stat /data/user/0/com.test.demo: No such file or directory '.
Hi all, My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time. I'm getting following error Start debugging Android application failed Start debugging Android application ... am start -a…
FlexLayout - System.Exception Message=something is deeply wrong
I'm attempting to rewrite a page (ContentView, actually) built with grids--replacing all grids with FlexLayouts. While admittedly a newbie, it seems obvious Xamarin wasn't prepared for what I've written. Sorry for the long piece of code that follows. …
ImageView not updating in RecyclerView
I have a RecyclerView with the following item layout: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"…
Xamarin iOS How to File.ReadAllBytes a file inside /private/var/mobile/Containers/Shared/AppGroup/
string filePath = "/private/var/mobile/Containers/Shared/AppGroup/7E6455EB-2EF9-417E-BC79-71BA25B53853/File Provider Storage/file.pdf" byte[] byteFile = File.ReadAllBytes(filePath); When I run the code above on Xamarin iOS I get an…