5,267 questions with Xamarin tags

Sort by: Updated
0 answers

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,267 questions
asked 2024-03-15T20:29:41.0266667+00:00
Huynh Than 50 Reputation points
commented 2024-03-19T03:50:11.1533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,071 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How can I access calendar and reminder items on .net MAUI?

I have made a .net MAUI app, and I would like to access the calendars on phones and also be able to create reminders. Is there a native .net MAUI way to do this? Thanks

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,704 questions
asked 2022-12-24T03:26:32.363+00:00
Sacha B 116 Reputation points
commented 2024-03-18T12:37:56.5133333+00:00
michot jean-louis 0 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,267 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
0 answers

Alternative for 'Plugin.Badge' in .Net MAUI (.Net 8)

Hi, I am working on a Xamarin Migration project to .NET MAUI. In the existing Xamarin forms application , we use 'Plugin.Badge' package to show the notification badge in the Xamarin.Forms.TabbedPage. But this 'Plugin.Badge' package is not working in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,704 questions
asked 2024-03-15T15:30:24.1466667+00:00
Bibbin Thomas 0 Reputation points
commented 2024-03-16T13:44:10.98+00:00
George Leithead 1 Reputation point
2 answers

How to setup devops pipeline for xamarin.forms ios app to build with ios 17 and xcode 15

How to setup devops pipeline for xamarin.forms ios app to build with ios 17 and xcode 15

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2024-02-23T09:37:28.5833333+00:00
Vinayak Nikam 0 Reputation points
commented 2024-03-14T22:23:33.07+00:00
Kevin Taing 0 Reputation points
1 answer

Visual Studio 2022 - Error loading Apple provisioning profiles

Hi! I'm developing my MAUI app and testing it on my iOS device via Visual Studio 2022 (Version 17.7.6). But suddenly I've lost my sync with my developer apple account. I've tried on other PC on the same network and It works properly, but on my device,…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,483 questions
asked 2023-11-03T09:19:42.14+00:00
Aranda Simarro, Ivan 0 Reputation points
commented 2024-03-14T20:22:31.14+00:00
Mingo, Corey A 0 Reputation points
1 answer

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,267 questions
asked 2024-03-13T14:31:38.74+00:00
Sk 21 Reputation points
answered 2024-03-14T03:57:20.66+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,071 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Xamarin Forms: accessing external storage multi-platform VS-2019 (android app)

I'm trying to create an App for a android tablet to record collection data to a file then off load/copy the file to a PC to upload to a database. I would like to try to write the data to a file on the removable sim card. But when using the following in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,483 questions
asked 2024-03-10T01:23:29.3466667+00:00
tim 20 Reputation points
answered 2024-03-13T20:57:04.9666667+00:00
tim 20 Reputation points
0 answers

How to prevent Xamarin Community Toolkit MediaElement from requesting audio focus on Android

Our fitness app uses MediaElement from Xamarin Community Toolkit to play instructional videos. These video files have no audio track but starting to play a video will still pause any music from other apps such as Spotify that is playing in the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2021-06-13T16:29:08.023+00:00
Matti Tornio 1 Reputation point
commented 2024-03-12T07:56:06.3166667+00:00
Maximilian Grabner 5 Reputation points
1 answer

Getting issue with creating the iOS build for iOS 17

Hi, My Config details are On windows Machine Visual Studio 2022 Xamarin Forms 4.6 Xamarin.iOS 16.4 On Mac Machine Xcode 15 Now I have connected my mac machine from Windows machine and can run the my project (iOS build) successfully and…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2023-09-25T15:24:53.88+00:00
Santosh Kundkar 0 Reputation points
commented 2024-03-10T22:01:53.98+00:00
Rob Caplan - MSFT 5,407 Reputation points Microsoft Employee
1 answer

Xamarin Forms TabbedPage middle action button?

Hi, Is it possible to add a button in the middle of TabbedPage which doesn't have associated ContentPage? So when click button I want to call some code instead of navigating to a tab? Something like image below: So tabs with icons are…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2022-01-14T04:34:51.853+00:00
EJ 366 Reputation points
commented 2024-03-08T11:15:57.43+00:00
Guy Peled 0 Reputation points
1 answer

SecTaskLoadEntitlements failed error=22 cs_flags=200, pid=5329

I'm developing an app in Xamarin Forms. I have to load some web content. I am currently getting an error in the iOS simulator and my web content does not load: SecTaskLoadEntitlements failed error=22 cs_flags=200, pid=5329. I have never seen this…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2020-11-24T12:55:04.92+00:00
Wally McClure 1 Reputation point
commented 2024-03-07T09:58:09.3933333+00:00
Yehor H 0 Reputation points
1 answer

I need to learn latest technology in .net technology especially for mobile app development

"I am unaware of mobile app development in .NET technology. I couldn't purchase any paid version of the software for the above purpose. Please guide me on how I can learn mobile app development using .NET technology in a very short period."

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,704 questions
asked 2024-03-06T07:08:11.9533333+00:00
Mike4U 0 Reputation points
answered 2024-03-07T01:42:46.85+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 32,926 Reputation points Microsoft Vendor
1 answer

Remove three dots at the end while using LineBreakMode="TailTruncation" MaxLines="1"

Hi , As per title I have a label with LineBreakMode="TailTruncation" MaxLines="1" and I want to remove the 3 dots at the end. now it shows: "lorem ipsum dol..." and I want "lorem ipsum dolo" Pay…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2024-02-17T07:47:30.25+00:00
vanKraster 181 Reputation points
commented 2024-03-06T02:09:03.5433333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 66,096 Reputation points Microsoft Vendor
0 answers

Error getting native address of native library

When running my Xamarin.Android app, I receive the following message: Java.Lang.IllegalStateException: 'Error getting native address of native library: task_vision_jni' This occurs on the following line: ObjectDetector objdetector =…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2022-09-02T19:29:22.887+00:00
Nathan Sokalski 4,116 Reputation points
commented 2024-03-05T17:10:41.85+00:00
bofei li 20 Reputation points
0 answers

Converting the PDF to a bitmap image corrupted the text content of the PDF.

I have a PDF document and using the below code logic, I am trying to convert the PDF page to an image. After converting the image, the text content in the PDF displayed as corrupted.  PQ-376500-STR-FDN-KZV-00011-001.pdf |Stream PdfStream =…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,808 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,243 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,053 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
750 questions
asked 2024-03-04T19:42:32.9566667+00:00
Vikram Devaraj 0 Reputation points
commented 2024-03-05T02:47:00.89+00:00
KOZ6.0 4,335 Reputation points
1 answer

Xamarin - Issue is coming while Loading keytstore in Android

This Exception is coming while using KeyChainHelper wrapper of Xamarin using this code:- keyChainHelper = new KeyChain.Net.XamarinAndroid.KeyChainHelper(context, "password"); The same is working fine Android12 but the issue is coming in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2024-02-15T12:57:52.3433333+00:00
Mukul Bhardwaj 0 Reputation points
commented 2024-03-05T02:15:35.5366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 66,096 Reputation points Microsoft Vendor
1 answer

How can visually impaired people control mobile programs with screen readers when they run them with XAMARIN?

Hello masters I am visually impaired and I am very interested in software development. I have previously worked and learned on desktop applications with .net C# architecture. Now I want to learn the mobile side with Visual Studio using XAMARIN. My…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 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,053 questions
asked 2024-02-26T06:56:25.3533333+00:00
fatih uyanık 80 Reputation points
commented 2024-03-05T01:44:26.84+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 66,096 Reputation points Microsoft Vendor
1 answer

Which "Maps SDK for Android" version being used in Xamarin.Forms.Maps 5.0.0.2083?

Hi Team, We are currently using Xamarin.Forms.Maps (5.0.0.2083) in our Xamarin Projects. We need to know which "Maps SDK for Android" version the above package uses. com.google.android.gms:play-services-maps: ?? Thanks.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
asked 2024-02-27T11:05:41.8866667+00:00
Vinayagamoorthy K 0 Reputation points
commented 2024-03-05T01:36:36.7866667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 66,096 Reputation points Microsoft Vendor
1 answer

GeList(out IntPtr variableName) send null values for out parameter from the iOS Binding dll in .NET 8

GeList(out IntPtr variableName) send null values for out parameter from the iOS Binding dll in .NET 8 .NET 8 iOS binding library project . Method in ApiDefinition class. //iOS Binding Library Project ApiDefinition.cs // @required…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,267 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,704 questions
asked 2024-02-29T12:30:36.44+00:00
Dhanushka, Adrian 0 Reputation points
commented 2024-03-04T08:05:15.6366667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,071 Reputation points Microsoft Vendor