Content
HorizontalScrollView not Scrolling to Unrendered RecyclerView Items
I have a HorizontalScrollView that contains a RecyclerView. However, the HorizontalScrollView only lets me scroll far enough to see the items that are already or partially visible. I believe this is because RecyclerView does not render items until they…


Xamarin Hot Restart: get "Certificate already exists but cannot be found in the local keychain"
First I tried on a borrowed Win 10 PC, installed VS 2022, iTunes, bought the Apple Developer's License and Hot Restart with a local iPhone worked OK. Most times I had to disconnect/reconnect USB to deploy, but otherwise working. So I bought a new Win 11…


UIButtonConfiguration problem updating UIButton
I have a Xamarin.iOS app that uses the new UIButtonConfiguration API for styling buttons. I have a problem with updating the button fields in code, such as color and title. I'm using VS Mac 17.5, Xcode 14.2, Xamarin.iOS 16.2. I've tried the below methods…


Not All Views Visible When Using Include Tag
I have an activity_main.xml layout file that includes several include tags. However, not all of the View(s) in the layouts referenced by the include tags are visible in activity_main.xml. I have been unable to find any pattern or unique attributes of the…


The error "Xamarin.iOS10/Plugin.Connectivity.dll is not valid and was ignored"
We are using Visual studio .net community 2017 for developing the Xamarin.iOS application in mac system. Version 8.10.25. mac os monterey version 12.6 While running the application in iOS device we are getting the below warnings. We tried to update…


Microsoft.WindowsAzure.Storage.StorageException: 'Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.'
Hi, I'm trying to upload a file to a blob storage using Access keys Here is my code: // Retrieve storage account from connection string. CloudStorageAccount storageAccount =…


Xamarin pushnotification OnMeasageRecieved event is not triggering in background and killed mode.
I have a Xamarin application and want to navigate to different pages when the user taps on the push notification Using azure notification hubs to sent notification.But in android this is not working while the app is in background and on killed mode.…
Fails to deploy to Android on vs2019 but not with vs2022
After installing vs2022 (17.1.0 preview 1.1) alongside vs2019 (16.11.7), I am unable to deploy my apps to the Android emulator on vs2019. On vs2019 I am met with, Error: SB6006: "java.exe" exited with code 2" every time it tries to deploy…


RecyclerView With GridLayoutManager Not Scrollable
I have 2 RecyclerView(s): One using a LinearLayoutManager, one using a GridLayoutManager. The LinearLayoutManager works great, and allows me to scroll vertically as I want. The GridLayoutManager, however, refuses to scroll. Here is the xml for the…


Exception of type 'System.Reflection.ReflectionTypeLoadException' was throw
Hi Visual Studio 2022 latest. Xamarin Forms. I am trying to debug iOS project on a connected local iPhone device. The app installs and starts on device fine but then immediately closes. I am getting below in output in Visual Studio. [0:] An error…


Xamarin Forms: Spacing issue between keyboard and the bottom layout in chat page
I am using a CustomEditorRenderer to solve the spacing issue between keyboard and Editor. I already posted a ticket related to that. Now I have attachment and send icons are in the same place. But when the keyboard appears, only Editor is showing on the…


Could not resolve SDK "Microsoft.NET.Sdk". Exactly one of the probing messages below indicaates why we could not resolve the SDK
I am currently having this error in Xamarin, in compiling my project. It has an error after creating my first project in Xamarin. (DOES NOT SHOW MAINPAGE.XAML PASTE). I tried the following steps to fix this issue: 1 - Repair my Visual Studio 2 -…


Getting "RestoreFailed" error in xamarin.forms project which is using InAppBilling plugin by james.
Hello everyone, Our iOS app keep on rejected by the app store when we submitting it to the app review. They are reaching us with an error called "RestoreFailed". We are using InAppBilling plug-in to handle the in-app purcheses. This plug-in is…


How to change avplayer Info and Subtitle labels according to the selected language of the device in tvOS?
We are changing AVPlayer's default metadata labels, "Info" and "Subtitle," to be localized in accordance with the device's selected language in tvOS, but we are unable to localize those labels. Here are some…


Can not log in into my Mobile App when the Web API is behind a Front Door
Hello, My Mobile App (Xamarin Native) uses WebAuthenticator for authentication with different identity providers - Microsoft, Google, Facebook, Twitter. There is an AuthenticationController on my Web API the WebAuthenticator makes a call to. After that a…


Vertical Button Text Position with Fixed Height
I have a Button with a fixed height, and I need to offset the position of the text upwards. Increasing the bottom padding does not work, because the bottom of the text is initially cropped due to the Button having a fixed height. How can I reposition the…


Could not resolve this reference. Could not locate the assembly "Xamarin.iOS".
I checked out the perfectly working xamarin forms project to my mac and tried building from VS mac. But I get the below error: " /Applications/Visual Studio.app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(5,5):…


Estoy recibiendo el error System.FormatException: uno de los elementos identificados tenía un formato no válido.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; namespace App_Calculadora { public partial class MainPage : ContentPage { …


Change listview layout_below in code
Hello It's xamarin android platform i have a listview <ListView android:layout_width="match_parent" android:id="@+id/dgvresult" android:layout_below="@id/title1" …


Can my "xamarin" app still be uploaded to the appstore and downloaded by Win10 users?
Now my "xamarin form/ MISX" app can be uploaded to the windows store and downloaded in windows store by win8/ Win10 , I understand after June 30, 2023 , win8 user can not download it in appstore. But can the app uploaded to windows store and…

