No more typing reviews! Try our Samantha, our new voice AI agent.

Appium vs Xamarin Platform comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Jun 3, 2026

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Appium
Ranking in Mobile Development Platforms
9th
Average Rating
8.0
Reviews Sentiment
7.4
Number of Reviews
30
Ranking in other categories
Regression Testing Tools (6th)
Xamarin Platform
Ranking in Mobile Development Platforms
5th
Average Rating
8.2
Reviews Sentiment
7.2
Number of Reviews
41
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of June 2026, in the Mobile Development Platforms category, the mindshare of Appium is 2.6%, down from 4.2% compared to the previous year. The mindshare of Xamarin Platform is 6.8%, down from 7.2% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Mobile Development Platforms Mindshare Distribution
ProductMindshare (%)
Xamarin Platform6.8%
Appium2.6%
Other90.6%
Mobile Development Platforms
 

Featured Reviews

AS
Independent consultant, at OpenText
Efficient mobile testing with intuitive emulation capabilities and a user-friendly interface
Initial setup for Appium (especially for iOS) is not beginner-friendly.Consumes too much of your host machine's resources, potentially slowing down the machine.Appium Inspector often lacks deep insight or crashes with certain app builds. Improve test flakiness by intelligently selecting robust self-healing locators,simplified installers, better documentation, GUI-based config management,smart wait mechanisms and better failure logs.
Anubrata Ghosh - PeerSpot reviewer
Technical Manager at Landmark Group
Unified codebase has reduced mobile development effort but now faces SDK and support limits
You can still develop public-facing apps with Xamarin Platform, but there are restrictions on Xamarin Platform App Store and Google Play that prevent you from publishing your apps because they require you to use their latest SDKs and their latest libraries. Xamarin Platform, having been discontinued a couple of years ago, is no longer compatible with the latest libraries and SDKs offered by Google and Apple. So you have to use obsolete libraries and obsolete packages, which means that when you try to publish them, your Google Play or Apple App Store will prevent you from doing that because you have not used the latest libraries. Right now, Xamarin Platform has been discontinued. Xamarin Platform had its flaws, and there were known issues. Xamarin Platform has a big community of developers, so even though there are known issues and flaws, there are known workarounds. In terms of stability, I would rank it at 7.5, but I believe 7 would be a more accurate rating, so 7 out of 10.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"We chose Appium for the scalability and the ease of automation for both Android and iOS."
"Appium is a great tool, and I recommend it."
"It's one of the most stable solutions for mobile automation."
"It has flaws, but is still much better than any other cross-platform mobile automation tool."
"It is an indispensable tool for mobile automation helps much in converting manual test cases to automated scripts."
"I like the app inspector; it's quite a good and useful tool for us, we can use it almost out of the box, it works well on Android, the solution is stable and very scalable, and it is free to use."
"This is the best test automation tool for any mobile test automation engineer."
"What I like about Appium right now is that it's like Cypress in the sense that............. to test the components in the way I want them to be tested."
"It significantly reduces development and test costs, and ensures that there is synergy between the platforms on product features and user experience."
"By the third year, we got a solid ROI."
"The most valuable feature of the Xamarin Platform is that both the UI are the same in Android and iOS, in one project and Android and iOS, are applications for developing PCL projects. Additionally, the dashboard is good."
"The combination of forms for cross-platform UI and C-Sharp for the programming language are my two favorite features."
"If you are already heavily invested in the .NET platform and C# development, Xamarin is the quickest way to make native iOS apps."
"It has significantly reduced the skill barrier for development and testers."
"This solution is a cross-form technology, meaning that we don't have to create separate code to deploy apps across different platforms."
"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."
 

Cons

"What needs improvement in Appium is its documentation. It needs to give more context on the libraries that Appium is using under the hood. For example, my team is using Appium for Android automation, and a lot of times, I feel that there's functionality that's available through the Appium interface, that exists within the UIAutomator, but there aren't a lot of useful or helpful resources on the internet to find that information, so it would be good to have some linkage with the underlying platform itself. Another room for improvement in Appium is that it's buggy sometimes. For example, at times, there's a bug in the inspector application that doesn't allow me to save my desired capability set, so it would be nice to get that bug fixed, but overall, Appium is a good tool. The Touch Actions functionality in Appium also needs improvement. For example, if I want to initiate a scroll on the device that I'm running Appium on, sometimes Swipe works, but in other situations, I have to explicitly use action chains, so I'm not too sure what's the better approach. What I'd like to see in the next version of Appium is a more intelligent and more intuitive AppiumLibrary, in terms of identifying menus and scroll bars, etc., because right now, I'm unsure if I have to do a lot of export reversals to get to the elements I'm looking for. It would be nice to have some functionality built in, which would allow me to easily get those exports."
"The installation part of Appium is somewhat clumsy, requiring numerous dependencies and configurations."
"An application developed on the Unity platform, such as a gaming application, objects are moving in that case. Interacting with those elements is still lacking in Appium. Appium doesn't have the internal library to play with the Unity platform. That is a huge lack right now."
"Another room for improvement in Appium is that it's buggy sometimes."
"Appium could improve by enabling record and run techniques similar to what they have in other licensing tools, such as Micro Focus. We have to all write the code, and then we can proceed."
"They should add an in-built framework."
"One thing which can be really helpful is that there is some kind of a recorder made available rather than scripting everything."
"One area where I think Appium could improve is in addressing security concerns for our data. Currently, we're unable to use cloud solutions like CloudForm due to security restrictions on our servers. We also face challenges in updating packages for the same reason. It would be beneficial if the solution could provide better support for auto-reporting and easier connections to mobile device farms."
"Regarding improvements, there are still some limitations with Xamarin, particularly regarding access to core functionality in Android and iOS."
"I feel that the Android AppCompat library creates a lot of issues. A lot of development time is often wasted solving these issues."
"Xamarin Platform's performance base could be improved."
"For those who use only XAML to design the UI, it would be better if there was a better XAML previewer or designer."
"Generally, when iOS products get updates, some issues can happen with Xamarin. Crashes happen from time to time."
"The solution does not include Hot Reload which is painful because it causes us to wait quite some time for huge builds."
"For beginners, the entire setup can be overwhelming because it involves setting up development environments for iOS, Android, and Windows at the same time if you want to target all three."
"In Xamarin.Forms, we have the option to preview our UI designs, but the functionality can be limited. So, this is not fully functional. Since I have some knowledge of iOS, where when you write code or design in the storyboard, your design is immediately visible in the preview."
 

Pricing and Cost Advice

"This is an open source solution so it does not cost anything for licensing or otherwise."
"It's completely 100% free, and there are no hidden fees."
"Appium is open source; we can use it for free."
"Appium is free and open-source."
"There is no license for this solution because it is open-source."
"The solution is open source."
"We found out that we could explore features of the solution for 30 days trial. We can switch to a permanent license later if we want."
"I'm unsure if there's any cost associated with Appium. I got the free package which includes the server GUI application and the inspector application, and it was free to download, and that's all I need to get my work done. I'm not aware of any additional costs associated with the tool."
"Xamarin Platform is open-source, so it is free to use."
"In most cases, it is sufficient to have free/community license. But if you plan to seriously develop production-level, highly polished apps, you need to use Xamarin.Profiler and the professional or enterprise license."
"There is no license fee because the solution is open-source."
"For personal use, the Community Edition is free."
"There is no requirement for a license. It is available for free as an open-source product."
"The product is inexpensive."
"This is an open-source solution, but there is a subscription charge to use the App Center of around $100."
"You can build in Xamarin without paying any money."
report
Use our free recommendation engine to learn which Mobile Development Platforms solutions are best for your needs.
899,204 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
19%
Manufacturing Company
12%
Construction Company
8%
Outsourcing Company
6%
Financial Services Firm
15%
Construction Company
14%
Manufacturing Company
10%
Marketing Services Firm
10%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business6
Midsize Enterprise6
Large Enterprise19
By reviewers
Company SizeCount
Small Business18
Midsize Enterprise5
Large Enterprise15
 

Questions from the Community

Do you recommend Appium?
I do recommend Appium. It is an open-source solution and completely free of charge. We use Appium and Appium Studio as our base for any type of mobile automation for testing. It has a great interfa...
What is your experience regarding pricing and costs for Appium?
My experience with Appium from a pricing perspective is favorable due to it being open source, making it a cost-effective option.
What needs improvement with Appium?
The deployment process and configuration are quite complex and require improvement. Additionally, the wait time functionality could be enhanced as I experienced failures with longer wait times.
What is your experience regarding pricing and costs for Xamarin Platform?
It is free to use Xamarin Platform as we utilize the community edition. Xamarin Platform was acquired by Microsoft and then made free, which happened way back in 2015, I believe, or 2014. After it ...
What needs improvement with Xamarin Platform?
You can still develop public-facing apps with Xamarin Platform, but there are restrictions on Xamarin Platform App Store and Google Play that prevent you from publishing your apps because they requ...
What is your primary use case for Xamarin Platform?
I have been doing mobile development using Xamarin Platform for which I have already shared my feedback earlier, and I am focused on utilizing Xamarin Platform for my projects.
 

Comparisons

 

Overview

 

Sample Customers

Nuvizz, Coupa Software, Eventbrite, Evernote
Cinemark, MixRadio, Sqor Sports, Storyo, JetBlue, The World Bank, Cr_dito Agrcola, Applied Research Associates
Find out what your peers are saying about Appium vs. Xamarin Platform and other solutions. Updated: April 2026.
899,204 professionals have used our research since 2012.