5,368 questions with Xamarin tags

Sort by: Updated
1 answer

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'.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,011 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,706 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
355 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
352 questions
asked 2024-12-20T19:56:57.6366667+00:00
Maher Elmecery 0 Reputation points
commented 2024-12-27T02:19:26.53+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,281 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-12-20T07:08:45.64+00:00
Chinmay Dole 200 Reputation points
accepted 2024-12-25T04:49:13.5633333+00:00
Chinmay Dole 200 Reputation points
1 answer

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2023-09-13T12:56:12.17+00:00
Shingala A 25 Reputation points
commented 2024-12-22T02:17:06.92+00:00
Alex Moir 0 Reputation points
6 answers

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
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,315 questions
asked 2022-11-22T08:48:18.217+00:00
Brian Kekana 31 Reputation points
commented 2024-12-20T11:35:41.25+00:00
AL-Hasan Hasan Y. AL-Mazhine 0 Reputation points
3 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2022-04-15T03:17:54.517+00:00
answered 2024-12-16T06:46:54.0566667+00:00
Js Hsieh 0 Reputation points
1 answer

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
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,768 questions
asked 2024-09-08T05:12:48.15+00:00
Phunction 261 Reputation points
commented 2024-12-13T17:11:02.8166667+00:00
Phunction 261 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2021-06-04T08:43:19.08+00:00
Gabriele Conti 21 Reputation points
commented 2024-12-12T15:47:07.64+00:00
Nick Kovalsky 0 Reputation points
2 answers

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),…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,550 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.
11,156 questions
asked 2023-03-26T23:28:07.2466667+00:00
Nabil 6 Reputation points
answered 2024-12-11T14:00:09.7133333+00:00
Mohammed Khalil 0 Reputation points
1 answer

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,768 questions
asked 2024-11-28T05:21:41.8266667+00:00
Hirak Desai 0 Reputation points
edited an answer 2024-12-08T01:47:57.28+00:00
Bruce (SqlWork.com) 68,716 Reputation points
1 answer

CustomEditable Date picker which accepts null value in xamarin forms?

How to Implement Editable date picker which allows null in xamarin forms

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2021-07-23T13:08:02.333+00:00
Hruday 1 Reputation point
commented 2024-11-28T13:06:06.45+00:00
Samir Krslak 5 Reputation points
1 answer

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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-11-25T08:17:53.2666667+00:00
damien darhk 21 Reputation points
edited an answer 2024-11-27T17:21:20.1266667+00:00
Bruce (SqlWork.com) 68,716 Reputation points
0 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-11-25T08:21:35.9233333+00:00
damien darhk 21 Reputation points
commented 2024-11-26T06:20:43.34+00:00
damien darhk 21 Reputation points
0 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-11-25T08:15:06.25+00:00
damien darhk 21 Reputation points
commented 2024-11-26T06:20:18.89+00:00
damien darhk 21 Reputation points
1 answer

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
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
Universal Windows Platform (UWP)
asked 2023-01-17T14:53:16.2+00:00
Imman Kumar 6 Reputation points
commented 2024-11-23T07:14:27.24+00:00
ManojKumar 0 Reputation points
2 answers

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
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2021-06-08T20:07:01.487+00:00
Hugo Gallardo 1 Reputation point
answered 2024-11-18T09:22:07.0633333+00:00
İsmail Ekşi 0 Reputation points
1 answer

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-10-28T11:21:17.2066667+00:00
Yohanes AI 0 Reputation points
answered 2024-11-01T17:34:21.9866667+00:00
Bruce (SqlWork.com) 68,716 Reputation points
1 answer

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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-10-31T01:32:37.48+00:00
mc 4,981 Reputation points
answered 2024-11-01T16:27:15.4333333+00:00
Bruce (SqlWork.com) 68,716 Reputation points
0 answers

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2024-10-28T12:41:01.3533333+00:00
Ben Horton 0 Reputation points
commented 2024-10-29T06:43:50.6733333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,726 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

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
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
asked 2021-03-05T11:11:07.6+00:00
Gordon S 501 Reputation points
commented 2024-10-27T18:13:29.6933333+00:00
kareem srour 0 Reputation points
1 answer

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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,315 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.
11,156 questions
asked 2024-10-22T11:54:19.0933333+00:00
Nilas Kjærup 5 Reputation points
answered 2024-10-24T08:10:22.3466667+00:00
Nilas Kjærup 5 Reputation points