5,294 questions with Xamarin tags

Sort by: Updated
1 answer

Not Able to use the keyboard on Android 14

Android application type Xamarin.Forms application Xamarin.Android application Affected platform version Android 14 Emulator (pixel 7 pro)   Unaffected platforms tested Android 13 emulator(pixel 5), Android 9 emulator(pixel 2), Android 14 Device (Samsung…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-04-15T13:57:29.2866667+00:00
ManojKumar 0 Reputation points
answered 2024-04-16T02:58:28.6333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,576 Reputation points Microsoft Vendor
2 answers

What happens when Xamarin support ends?

I have an existing app that uses Xamarin.Android, and I'm concerned about the impact of Xamarin support ending on May 1, 2024. Will my app still work if I don't migrate to .NET ? Also, will there be any issues with Google Play Protect when deploying the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-02-20T09:38:46.81+00:00
Akshaya Naik 0 Reputation points
answered 2024-04-15T03:15:22.4333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,576 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to know a incomming call Xamarin iOS

Hello, I have a requirement that I must validate if there is a call (normal or VoIP), for Xamarin Android I have: public bool InCall() { var theAudioManager =…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-04-10T16:55:17.7633333+00:00
DAVIS JIMENEZ PETER ALEXANDER 20 Reputation points
accepted 2024-04-12T16:33:29.9566667+00:00
DAVIS JIMENEZ PETER ALEXANDER 20 Reputation points
1 answer

Get code in app from stack trace

I have a Xamarin.Forms project with support for iOS smart devices. In Organizer from Xcode we can download crash logs from our users (AppStore build). How can we pinpoint (native) functions in the stack trace to the Forms code in our app?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-04-09T07:50:26.5733333+00:00
Zaibatsu 0 Reputation points
edited a comment 2024-04-11T03:32:31.5466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I am Upgrading my xamarin application to MAUI in there i am facing some errors.

we are using an xamarin application , currently we are upgrading to .NET MAUI , in there i am facing some errors "Severity Code Description Project File Line Suppression State Error NU1107 Version conflict detected for…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,890 questions
asked 2024-04-09T06:39:46.2933333+00:00
Thevanan Kumaran 20 Reputation points
commented 2024-04-10T05:22:57.27+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,576 Reputation points Microsoft Vendor
1 answer

Xamarin forms Is it possible to set the Path that FilePicker defaults to.

Is there a way to set the path that filepicker can default to, so that I don't have to drill down several folder to get to the folder where the files I want open are located. the main reason, I need to open several files to view the data that was…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-25T22:14:04.68+00:00
tim 120 Reputation points
edited the question 2024-04-09T08:39:51.82+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
3 answers

Xamarin forms -- which layout is best for selecting a row for editing the items in it ( grid, list or table - or other?)

I try to select a row to edit and I'm not sure which layout I should be using ( list , grid, Table , etc...) ( currently trying to use a grid layout with boxview but can't seem to get GestureRecognizers or Tapped to work) the functions the App needs (…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-29T17:05:38.5766667+00:00
tim 120 Reputation points
edited the question 2024-04-09T08:36:50.6766667+00:00
Anna Xiu-MSFT 25,796 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Xamarin. Radio button RadioButton.Content template dont support binding

I have custom view radio button. Almost same as in MS example Binding value text dont work on Android. If i write text instead {Binding Name} it appears in radio button content as expected. <DataTemplate x:Key="RadioTemplate"…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2021-07-26T06:16:35.383+00:00
Valentas M 21 Reputation points
commented 2024-04-05T22:30:38.8133333+00:00
Cherukuri, Navya (cherukna) 0 Reputation points
1 answer One of the answers was accepted by the question author.

Reading Selected file data in xamarin forms.UWP giving Access denied to path Exception

I am trying to read data from selected file using below code. By using below able to read data from file in android and iOS but in UWP giving access denied exception. Tried below link but didn't…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,268 questions
asked 2024-04-04T09:36:38.24+00:00
Sk 61 Reputation points
accepted 2024-04-05T12:49:15.07+00:00
Sk 61 Reputation points
1 answer One of the answers was accepted by the question author.

Xamarin Forms using "android.intent.action.APPLICATION_PREFERENCES" to get gear icon intent launcher in Android Settings App Info page

On Android an app can designate an activity that can be launched from the Android Settings App Info page by tapping a gear icon. This is supposedly done by setting an intent filter on the activity like so: <activity …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2021-05-21T15:59:50.213+00:00
3spot 96 Reputation points
commented 2024-04-04T20:10:14.97+00:00
James Suske 0 Reputation points
0 answers

How to add custom file extension in Xamarin.Essentials file picker in all 3 platforms

I want to add custom file extension i.e. ".s37" in file picker filtering options. In UWP with the below code it is working fine but In android and ios not working private async Task SelectFileClicked(object UTType) { var…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-21T10:31:05.3466667+00:00
Sk 61 Reputation points
commented 2024-04-03T05:31:28.5966667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
0 answers

Azure pipeline fails on upgrading "Xamarin.Essentials" package

Azure pipeline fails for android project after upgrading xamarin.essentails to 1.8.1. <PackageReference Include="Xamarin.Essentials"><Version>1.8.1</Version> </PackageReference> Locally the project is building and image…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-04-02T07:15:10.71+00:00
Amalu Thomas 0 Reputation points
commented 2024-04-02T07:19:31.5033333+00:00
Amalu Thomas 0 Reputation points
1 answer

Xamarin.iOS - Client.PairedDevices does not return the devices

I am using this 32feet Library (InTheHand.Net.Bluetooth - Bluetooth Classic NuGet package) to get a list of paired devices In my Xamarin.Forms app. I can get a device list in Android but not in iOS. when I call to BluetoothClient.PairedDevices, it…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,268 questions
asked 2024-03-21T14:06:14.61+00:00
Riya Parmar 0 Reputation points
commented 2024-04-02T02:02:47.5933333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
0 answers

Creating an IOS app visual studio error

Trying to create a project and when I click create it pops up with an error and I can't seem ti find an answer as to why. Any help please.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-25T10:54:39.14+00:00
jf3000 0 Reputation points
commented 2024-03-29T06:40:06.1766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
1 answer

How to convert a UWP app to an .exe or .msi file.

How to convert a UWP app to an .exe or .msi file.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
Universal Windows Platform (UWP)
asked 2024-03-26T11:08:05+00:00
Ziya 0 Reputation points
answered 2024-03-27T06:59:14.4433333+00:00
Junjie Zhu - MSFT 15,056 Reputation points Microsoft Vendor
0 answers

How to print images with Xamarin bluetooth

Hi to All. I need to print with xam.plugin.bluetooth package a text but the printer doesn't recognize the new line character. In graphics mode I've found the command to feed a new line but for text not. If it is possible can you give me the way to…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,268 questions
asked 2024-03-25T10:31:41.3466667+00:00
Paolo Mossa 161 Reputation points
commented 2024-03-26T05:27:57.09+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
0 answers

Xamarin.iOS - Bluetooth permission popup not showing

Hello, I want to access all bluetooth devices in my application but I can not get bluetooth to allow permission pop-ups while launching the application in Xamarin.Forms for iOS. Can anyone have any idea, suggest me using iOS version 16.6.1 and also…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,268 questions
asked 2024-03-22T04:27:58.76+00:00
Riya Parmar 0 Reputation points
commented 2024-03-25T06:45:37.64+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,421 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to generate ipa file without developer account based on certificate and provisioning profile shared by client

I want to generate an ipa file using distribution certificate and provisioning profiles provided by client.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-13T14:31:38.74+00:00
Sk 61 Reputation points
accepted 2024-03-21T10:58:53.84+00:00
Sk 61 Reputation points
1 answer

Update iOS SDK to 17 or later

Hi, After publishing my app to AppStore, I received this email I'm using Visual Studio 2022 Mac version 17.6.9 (build 415) , and Xcode 15.2 After receiving that email, I went to my iOS Xamarin project -> Properties -> iOS->Build and changed my…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2024-03-15T20:29:41.0266667+00:00
Huynh Than 65 Reputation points
answered 2024-03-19T17:13:01.3233333+00:00
Bruce (SqlWork.com) 56,531 Reputation points
0 answers

XAML: property not found in type

Hi, I am pretty new to XAML and lately, I've been trying to build an APP with Xamarin Forms. The thing is; Visual Studio 2022 won't stop giving me errors as: "The property 'Content' was not found in type 'Checkbox'" or similar ones.…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
asked 2022-07-26T05:11:54.687+00:00
Ervum Ervilia (L.) 1 Reputation point
commented 2024-03-17T11:47:29.2866667+00:00
Asif Saberi 0 Reputation points