Try our new research platform with insights from 80,000+ expert users
Fabio Cerioni - PeerSpot reviewer
Partner at a tech services company with 11-50 employees
Real User
Jun 20, 2023
A stable and scalable open-source platform with short development time and easy native integration
Pros and Cons
  • "The solution is easy to understand and has banking integrated. The shorter development time, the bugging and as well as availability of a lot of documentation on the web. Also the native integration is easy."
  • "The monitoring of the remote devices is not good as it should be extended along. It would be useful if the log is more integrated with the central console. I am not sure it can be accessed but it would be better."

What is our primary use case?

We use the solution for inventory management in our warehouse and also for unbound deliveries.


What is most valuable?

The solution is easy to understand and has banking integrated. The shorter development time, the bugging and as well as availability of a lot of documentation on the web. Also the native integration is easy.


What needs improvement?

The monitoring of the remote devices is not good as it should be extended along. It would be useful if the log is more integrated with the central console. I am not sure it can be accessed but it would be better.


For how long have I used the solution?

I have been using the solution for six to seven months.


Buyer's Guide
Xamarin Platform
February 2026
Learn what your peers think about Xamarin Platform. Get advice and tips from experienced pros sharing their opinions. Updated: February 2026.
883,692 professionals have used our research since 2012.

What do I think about the stability of the solution?

It is a stable solution.


What do I think about the scalability of the solution?

It is a scalable solution. There are four to five users using the solution. Some are in the US, some in Europe and some in Spain.


How are customer service and support?

We have not used the technical support as there is a lot of information on the web.


How was the initial setup?

The initial setup was easy. We used the MDM for the deployment as it can be deployed to remote devices. The deployment took two days but the problem was after that for fixing and backing. The maintenance becomes difficult because there is a problem with the log. If there would be a better log that would be transmitted to a central console would be better because we have to get the log from the remote device and analyse what happened


What's my experience with pricing, setup cost, and licensing?

I think the solution is free.


What other advice do I have?

I recommend other users to use it, like the native integration or native development or native features. We use the SAP so they have to consider which kind of integration they should adapt to with SAP. I rate the overall solution a nine out of ten.


Which deployment model are you using for this solution?

On-premises
Disclosure: My company has a business relationship with this vendor other than being a customer. Integrator
PeerSpot user
Aamez Khan Pathan - PeerSpot reviewer
Team Lead at a tech services company with 51-200 employees
Real User
Dec 7, 2022
A single code language that is beneficial for Android, iOS, and Windows platforms
Pros and Cons
  • "Xamarin Platform enables you to use a single code language. This is beneficial for Android, iOS, and Windows platforms, so they can be developed over application or built over application."
  • "Xamarin Platform is missing the code renderer."

What is our primary use case?

Xamarin Platform is used for base unit testing and the creation of new projects. 

The solution lets us apply the application tools for automation IDs, so we can test our unique testing. We can check step by step the automation ID by the codes or controls and all the functionality based. 

What is most valuable?

Xamarin Platform enables you to use a single code language. This is beneficial for Android, iOS, and Windows platforms, so they can be developed over application or built over application. 

You can create applications like MarketWatch, trading, business development, commerce, gaming, and also e-commerce applications using Xamarin.Forms.

With Xamarin Platform, you can use business levels of the applications such as billing, counter billing, barcode scanner, and payment gateway applications.

What needs improvement?

Xamarin Platform is missing the code renderer, like a model view controller where you can design your code and then pass it while in preview model. Having this would provide better performance.

For how long have I used the solution?

I have been using Xamarin Platform for five years. 

What do I think about the stability of the solution?

Version 5 is the most stable version. The latest version has some bugs in the test version.

How was the initial setup?

The initial setup of Xamarin Platform is easy. Once you have created and initialized your project in Visual Studio, you can create the Xamarin.Forms platform project.

The instructions are step-by-step and easy to follow.

Deployment is completed in minutes. You can find the rest of your devices and run and click on your virtual devices within minutes.

What's my experience with pricing, setup cost, and licensing?

Xamarin Platform is open-source, so it is free to use.

Which other solutions did I evaluate?

I have evaluated Syncfusion. Most of the community users, including software engineers, use Syncfusion. The Syncfusion controls provide battery efficient controls, like the panel control and some entry controls. For some of these, you can customize your entry using the custom renderer. Syncfusion provides a free account for the community version.

What other advice do I have?

I would recommend that anyone that is considering implementing Xamarin into their organization first learn all about the product. You can learn directly via Microsoft videos. After, you can learn about the languages Xamarin uses. 

Once you have developed your applications by yourself, and you have learned about the fundamental of Xamarin.Forms, then you can start the practicalities of a test project. Then you can start your project, but it takes some time to learn.

Overall, I would rate Xamarin Platform a nine out of ten.

Which deployment model are you using for this solution?

Private Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Xamarin Platform
February 2026
Learn what your peers think about Xamarin Platform. Get advice and tips from experienced pros sharing their opinions. Updated: February 2026.
883,692 professionals have used our research since 2012.
Vishal Paliwal - PeerSpot reviewer
Xamarin Developer at a tech services company with 10,001+ employees
Real User
Sep 13, 2022
Lets us build hybrid apps for Android and iOS, with top support from Microsoft
Pros and Cons
  • "My favorite feature of Xamarin platform is the Xamarin.Essentials package. I also like the changes seen in Xamarin's upgrade from Xamarin.Forms to .NET MAUI, because in the older Xamarin Platform, Xamarin.Forms gave you multiple libraries of a particular level for a single platform, whereas .NET MAUI comprises a single, organized library that contains everything needed for both Android and iOS."
  • "The debugging functionality could be improved in Xamarin Platform because sometimes it takes very long to move through the stages of setting up the application build to the final deployment on a mobile app that resides in a physical device."

What is our primary use case?

We are using the new release of Xamarin Platform (as .NET MAUI) to create hybrid applications, so we don't need to implement them individually in different platforms. We can simply deploy in a single codeless application which is automatically deployed to multiple platforms. This is the biggest reason why we chose Xamarin Platform to begin with, and the second major reason is that it is produced by Microsoft. Being a Microsoft product lets us do large, sophisticated things with it, and we currently have around 2,000 developers using it in my company. 

Generally, we use a mix of .NET MAUI, Xamarin.Forms version 5.5, and ADO.NET with Visual Studio to deploy mobile applications on Android and iOS through the Google Play Store and Apple Store, respectively, and we also have a CI/CD pipeline using App Center.

How has it helped my organization?

With Xamarin Platform we are able to create hybrid applications that run cross-platform on Android and iOS, removing the headache of building and deploying separate applications for each platform.

What is most valuable?

My favorite feature of Xamarin platform is the Xamarin.Essentials package.

I also like the changes seen in Xamarin's upgrade from Xamarin.Forms to .NET MAUI, because in the older Xamarin Platform, Xamarin.Forms gave you multiple libraries of a particular level for a single platform, whereas .NET MAUI comprises a single, organized library that contains everything needed for both Android and iOS.

What needs improvement?

The debugging functionality could be improved in Xamarin Platform because sometimes it takes very long to move through the stages of setting up the application build to the final deployment on a mobile app that resides in a physical device.

For how long have I used the solution?

I have about 5 years of experience with Xamarin Platform.

What do I think about the stability of the solution?

Xamarin Platform has been stable lately.

What do I think about the scalability of the solution?

At the moment, we have around 2,000 users working with Xamarin Platform in my company. These are typically developers.

How are customer service and support?

From my experience of using their support to resolve problems, I would rate them as very good.

How would you rate customer service and support?

Positive

How was the initial setup?

The setup is easy; not difficult at all.

What's my experience with pricing, setup cost, and licensing?

My company provided all the licenses that we need to support our use of Xamarin Platform.

What other advice do I have?

Xamarin is an excellent platform that I could definitely recommend to others, despite the occasional issues we have had in the past.

I would rate Xamarin Platform an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Lalani Samir - PeerSpot reviewer
Senior Xamarin Developer at a tech services company with 51-200 employees
Real User
Sep 5, 2022
A user-friendly cross platform solution with excellent extended functionality, but requiring improved stability
Pros and Cons
  • "This solution is a cross-form technology, meaning that we don't have to create separate code to deploy apps across different platforms."
  • "We have noticed that there have been stability-based performance issues with this product, which need to be improved."

What is our primary use case?

We use this solution mainly for mobile app development.

How has it helped my organization?

In the App Center we can not only deploy our apps, but we can also carry out user analysis; which page particular users have visited, whether the app has crashed, and what the root cause of that crash might have been, so that we can fix the issue.  This functionality allows us to provide a better user experience.

What is most valuable?

This solution is a cross-form technology, meaning that we don't have to create separate code to deploy apps across different platforms. 

We also find this solution to be simple to use, with a very user-friendly environment.

What needs improvement?

We have noticed that there have been stability-based performance issues with this product, which need to be improved.

We would also like the notification feature that was available with previous versions, to be included again.

For how long have I used the solution?

We have been using this solution for six years.

What do I think about the stability of the solution?

The stability of this solution has previously been an issue, and requires constant updates to maintain.

What do I think about the scalability of the solution?

This is a scalable solution, but it requires some prior training to carry out upgrades effectively.

How are customer service and support?

The support for this solution is good. There are multiple ways to resolve issues, including a Facebook group that has been set up by the provider.

How was the initial setup?

The initial setup of this solution was very straightforward, and the deployment only took 10 minutes to carry out.

What's my experience with pricing, setup cost, and licensing?

This is an open-source solution, but there is a subscription charge to use the App Center of around $100.

What other advice do I have?

I would rate this solution a seven out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Prem Sai Varada - PeerSpot reviewer
Junior - Analyst Programmer at a tech services company with 201-500 employees
Real User
Aug 21, 2022
Open-source, simple, and quick to install
Pros and Cons
  • "The best part while using the Xamarin Platform is a cross-platform application. We could execute iOS and Android while writing a single line of code."
  • "The architecture in the Xamarin Platform has to improve, there are some features missing."

What is our primary use case?

We use the Xamarin Platform to develop applications. We develop mobile Android and iOS applications.

What is most valuable?

The best part while using the Xamarin Platform is a cross-platform application. We could execute iOS and Android while writing a single line of code. The most important feature of the Xamarin Platforms was this.

What needs improvement?

I believe there is already a better version in.NET MAUI. Xamarin Platform has already been shut down in the month of May 2024, according to my knowledge. Support will be discontinued in the month of May 2024.

It already has a completely new version. It has already vastly improved.

The architecture in the Xamarin Platform has to improve, there are some features missing.

There are no borders. The main thing that the Xamarin Platform lacks is a user interface. It is somewhat difficult when we are creating the UI.

Borders and sheets are two of the most important features that are missing in Xamarin. The frame is heavyweight. Sheets, nowadays, we see looking sheets on every platform and in every application. It will come from the bottom. When you finish paying, it will come from the bottom. It's similar to the system's successfully completed sheet.

For how long have I used the solution?

I have had 15 months of experience with the Xamarin Platform.

I believe we are currently using a three to four-year-old version because this is a long-running project.

What do I think about the stability of the solution?

The Xamarin Platform is a stable solution.

What do I think about the scalability of the solution?

Xamarin Platform is scalable. We can add to it.

In our company, we have approximately 20 developers.

How are customer service and support?

I have never used the help of the technical support team.

Which solution did I use previously and why did I switch?

In my company, the majority of the software we use is Microsoft-only, such as MVC,.NET MVC, Power Apps, PowerPoint, and Power Apps CRM. The majority of the software we use in my company are Microsoft products.

My company is 99.9% dependent on Microsoft products.

How was the initial setup?

It is easy to install.

While using Visual Studio, it is easy to use the Xamarin Platform.

The time it takes to install Xamarin is dependent on the internet speed. 

We can easily install Xamarin in 30 to 40 minutes, depending on internet speed.

It is extremely quick If you have high-speed internet as well as some RAM and systems processor. It will be very fast if it has an i7 processor.

What's my experience with pricing, setup cost, and licensing?

There is no requirement for a license. It is available for free as an open-source product.

What other advice do I have?

If you are new to the Xamarin Platform or thinking about using it, my advice is to start with.NET MAUI instead, because Microsoft support for the Xamarin Platform will be discontinued in 2024.

.NET MAUI is a new tool and platform for developing everything.

I would rate Xamarin Platform an eight out of ten.

I am not giving it a ten, because I don't know the other languages. Flutter is a major competitor for Xamarin in mobile applications. But I'm not familiar with Flutter. That's why I'm giving it an eight.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
MohammedSadiq - PeerSpot reviewer
Senior Mobile Developer / Senior Xamarin Developer at a consultancy with 51-200 employees
Real User
Aug 9, 2022
Beneficial grid layout, useful cross-platform development, and simple deployment
Pros and Cons
  • "The most valuable features of the Xamarin Platform are that it has cross-platform development, one code base serves a purpose on both, and the grid layout is a lifesaver."
  • "Xamarin Platform can improve by making the enterprise documentation better. There's a lot of basic documentation of how to do many of the functions of the solution, but there's not much enterprise-level documentation."

What is our primary use case?

We use the Xamarin Platform for developing applications for businesses. I've worked and used the solution for property management companies, and the medical and education sector.  We consume APIs and distribute them within app stores.

What is most valuable?

The most valuable features of the Xamarin Platform are that it has cross-platform development, one code base serves a purpose on both, and the grid layout is a lifesaver.

What needs improvement?

Xamarin Platform can improve by making the enterprise documentation better. There's a lot of basic documentation of how to do many of the functions of the solution, but there's not much enterprise-level documentation.

For how long have I used the solution?

I have been using the Xamarin Platform for approximately eight years.

What do I think about the stability of the solution?

The stability of the Xamarin Platform could improve.

What do I think about the scalability of the solution?

Xamarin Platform is scalable.

I am the only one using this solution in my company.

How are customer service and support?

Xamarin Platform could improve the support. Sometimes they're responsive, sometimes they're not.

I rate the support from Xamarin Platform a three out of five.

How would you rate customer service and support?

Neutral

How was the initial setup?

The initial setup of the Xamarin Platform is straightforward. If you want a simple debug deployment it is simple, you only need to press play.

What about the implementation team?

I manage all the way from design, testing, and deployment in the Xamarin Platform. Additionally, we have a web team.

What was our ROI?

If you are making applications with the Xamarin Platform and they make money then this solution will have a good ROI. However, if you are making applications that are not making money then it will not have a good ROI.

Which other solutions did I evaluate?

I evaluated other solutions, such as React, before choosing the Xamarin Platform. I'm a .NET developer and the Xamarin Platform was easy to use for me and this is why I choose it.

What other advice do I have?

My advice to others is to look into tutorials, such as on YouTube. There are a lot of resources on YouTube. Additionally, there is a lot of documentation within Microsoft that's good.

I rate Xamarin Platform an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Ahmed Adel ElKhateeb - PeerSpot reviewer
Senior Engeneer at a tech services company with 10,001+ employees
Real User
Aug 7, 2022
Simple deployment, updated frequently, and good support
Pros and Cons
  • "The most valuable feature of the Xamarin Platform is the deployment."
  • "Xamarin Platform can improve if there was a virtual test environment so we did not have to have a Mac system for the iOS testing. At this time You must have a Mac to deploy or generate IBA profiles."

What is our primary use case?

Xamarin Platform is being used for building applications. For example, shopping and e-commerce applications.

What is most valuable?

The most valuable feature of the Xamarin Platform is the deployment.

What needs improvement?

Xamarin Platform can improve if there was a virtual test environment so we did not have to have a Mac system for the iOS testing. At this time You must have a Mac to deploy or generate IBA profiles. 

For how long have I used the solution?

I have been using the Xamarin Platform for approximately six years.

What do I think about the stability of the solution?

Xamarin Platform is a stable solution. I have published six to seven applications on the Apple Store and they are stable.

What do I think about the scalability of the solution?

The scalability of the Xamarin Platform is good and it updates often.

How are customer service and support?

The support of the Xamarin Platform is good. 

If you start from the beginning and face problems Microsoft support will find a solution. You will be placed in the queue for support from Microsoft, and depending on the issue the time for the response can vary. For example, if the question is the first time it has been asked or has occurred, it could take longer, but if someone has already found the solution previously, it could be a faster response.

How was the initial setup?

Xamarin Platform deployment is very good, it is simple. You must have a virtual machine on your system for the Xamarin Platform to work. The full deployment takes a few days at the most.

It's reducing the cost and time to deploy and deliver your applications to different customers. You can deploy it on Android and iOS, which includes mobile devices and desktops.

What about the implementation team?

Xamarin Platform

What's my experience with pricing, setup cost, and licensing?

The price of the Xamarin Platform is not expensive. However, the price of the solution depends on the application that is made. For example, if you have small applications, it's different from large or enterprise applications.

The cost for us on average is $2,000 to $3,000 for all the projects. This involves starting from scratch until we deploy and package them to the Google Store or Play Store for publishing.

What other advice do I have?

I would advise others to use the Xamarin Platform because it's the technology that is most stable in the market. There is always support from Microsoft and it is updated often.

I rate Xamarin Platform an eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Software Developer at a educational organization with 1,001-5,000 employees
Real User
Top 10
Nov 22, 2022
An open-source solution that is stable and scalable
Pros and Cons
  • "The initial setup is very simple."
  • "The solution always has room for improvement with price, integration, stability, and documentation."

What is our primary use case?

The primary use case of this solution is to reduce the development of applications. For example, when we develop an application for both Android and iOS, instead of writing two different applications using Java and Quest, we write everything in Xamarin Platform and that one application can run on Android and iOS.

What is most valuable?

The solution saves us time by containing all the development work in one application instead of two and it's well-documented. The solution is consolidated, meaning that it's been on the market for many years. Xamarin Platform is stable, it works, and it is very simple.

What needs improvement?

The solution always has room for improvement with price, integration, stability, and documentation.

For how long have I used the solution?

I have been using the solution for one year.

What do I think about the stability of the solution?

The solution is stable.

What do I think about the scalability of the solution?

The solution is used to develop apps for mobile devices so there is no limit. We have 10 developers using the solution in our organization.

How was the initial setup?

The initial setup is very simple.

What about the implementation team?

The deployment was completed in-house.

What's my experience with pricing, setup cost, and licensing?

There is no license fee because the solution is open-source.

What other advice do I have?

I give the solution an eight out of ten.

I recommend the solution to others.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Xamarin Platform Report and get advice and tips from experienced pros sharing their opinions.
Updated: February 2026
Buyer's Guide
Download our free Xamarin Platform Report and get advice and tips from experienced pros sharing their opinions.