Loading...
Answers
MenuWhat makes an App successful if it is so easy to clone ?
The barrier of entry to the app market is very low. Any semi-experienced coder can replicate most of the apps we see at the top of the best sellers. What makes apps successful and maintain their success if they are so easy to clone?
Answers
To a large extent, the skills required to develop an app have become commoditized over the past few years. Also available, are a large number of templates to kickstart app development (specially games). That being said there are some key issues which differentiate successful apps:
User Acquisition:
- Organic
- Paid (at a price that gives best ROI).
Sustained Development:
- Ability of the developer to consistently make changes based on user feedback. I think that app development really starts after the first version is released to the market.
Customer Support:
- How well can the developer interact with customer and build a community.
These are my immediate thoughts.
Protection of your success is paramount. The moment you stick out your head a bigger, fiercer, more experienced, deep pocket players comes around and clones you. Right? Unfair!
Your question is a good one. In my experience there are several things that make it hard to duplicate success even if the app itself is easy to clone. Four come to my mind immediately. On different abstraction levels and certainly interconnected.
1. Protection by IP
Intellectual property. Hard to get. But pretty solid. Often not applicable. Beware of lawsuits against big guns.
2. Protection by user
In essence a speed advantage. Consider switching costs. https://www.investopedia.com/terms/s/switchingcosts.asp
Luring users away from the original can be freakishly expensive
3. Protection by talent
I would always bet on the better team. Often companies get acquired just for talent. A well oiled machine can out-innovate, out-speed, outwit even the biggest opponents.
4. Protection by insight
Markets need to be played constantly. Adjust. Be nimble. Just copying one already working angle does not mean that it will work for long. A team with insight into the dynamics of the apps surrounding can react properly and over time even intuitively.
5. Protection by feedback
Not a very clear distinction to the other points here - its more a practical example of speed (2) and insight (4) - but i want to elevate one point. If you get ahead on the user base you can collect feedback better (quality and quantity) which allows you to react more precisely - giving you the edge.
A really good question!
I've lanched an App and "it has been cloned".
What makes and app successful depends on many things...
- If you are the first launching it.
- Your marketing strategy to reach the correct people
- How the client benefits of your app, is it relevant? Useful? interesting?
- Is your app user friendly and easy to share?
- And many more...
Also there are a Lot of things that the competition cannot copy, and in those things is what you have to focus.
I hope this help at least a Little.
I agree with the observations of the previous answer. Additionally, market strategy determines the app's sustainability. Market strategy enables the app to build Market share, revenue and become viable to acquisition.
1. If an app targets a specific set of pain points
2. Provides easy use
3. Provides a satisfactory user experience
4. Has a unique strategy for acquiring paid users
5. Can grow market share - has global accessibility
6. Is suitable for acquisition
Leading early stage companies to profitability and prepping them for acquisition is what I do.
This is a brilliant question. It highlights that start-ups should not simply focus on launching an App but rather create and launch a brand that happens to exist as an App. Brands are intangible and by their very nature hard to replicate and copy. However, they are also incredibly valuable to companies when mastered in the right way. Would you use another shopping app than Amazon? Someone could clone Facebook, but is it worth it? Brands attract users and can help an app scale and become famous quickly. Also, by building a brand scope is created to live beyond the App format. So, I'd say companies must focus not just on their App, but also their brand. Hope this is useful?
Related Questions
-
How can I become an idea person, as a professional title?
One word: Royalties This means you generate the idea and develop it enough to look interesting to a larger company who would be willing to pay you a royalty for your idea. This happens all the time. Rock stars, authors and scientists routinely license their creative ideas to other companies who pay them a royalty. Anyone can do it. Your business, therefore, would be a think tank. You (and your team, if you have one) would consider the world's problems, see what kinds of companies are trying to solve those problems, and then develop compelling solutions that they can license from you. You have to be able to sell your idea and develop a nice presentation, a little market research and an understanding of basic trademark and patent law. The nice thing about doing this is that if you develop enough cool ideas you will have royalties coming in from a lot of different sources, this creates a stable, passive revenue stream that requires little or no work to maintain. Start in your spare time and plan on the process taking 3-5 years. Set a goal to have a few products in the market that provide enough revenue (royalties) to cover your basic living expenses. Then you can quit your day job and dedicate more time and increase the momentum. A good idea business should have dozens, if not hundreds of license contracts generating royalties. It's possible to pull this off. And it is a fun job (I'm speaking from experience).MM
-
How can I make a million dollars?
First, I agree with Chad in that the pure pursuit of money is unlikely to render anything significant. By using a monetary value as a primary goal, you're only diluting the real drivers of success: passion, crafting great customer experiences, building an incredible team and culture etc. That said, making $1m isn't that hard. :) I love this thinking by Amy Hoy and that's how I would go about making $1m: http://unicornfree.com/30x500. Using that logic, this is what I'd do: * To earn $1m in a year, I need to earn +- $80k a month. * To earn $80k a month, I need 1600 customers paying me $50 per month. * So what can I build that could attract 1600 people to pay me $50? * Or, what could I build that could attract 400 people to pay me $200 per month? This logic works on two drivers: * Cumulative revenue and growth. So SaaS works best in this regard, as you only need to focus on having new signups that are greater than your churn. * Building something that people are willing to (really) pay for and going for quality over quantity. If you are building something that sells for $5 pm, you'll need to sell at much higher volumes (which are tricky). In terms of doing that, these are the areas of my business that I would prioritize: 1. Build an awesome team that do things they're passionate about. 2. Prioritize customer experiences above anything else. Do everything in your power (regardless of whether it can't scale) to add value and help your customers. 3. Build a brand and reputation that has long-lasting value.AP
-
What is the best technology for developing a new mobile app from scratch?
There are two sides to that question. One is the mobile app itself and the other is the backend. If I misunderstood in any way and you didn't mean "native" app I apologize in advance. On the backend, there is no clear cut answer to which is the "best". It depends solely on the developers you are able to get. We for example use Node.js , mongoDB, redis, elasticsearch and a couple of proprietary tools in the backend. But you have your pick of the litter now both on the backend api and the datastore with the myriad of options available and touted as the "best" currently on the market. Now on the app side again it solely depends on what you need your mobile app to do. Experiencing first-hand "develop once, run anywhere" I can say it's more like "develop once, debug everywhere" to quote a Java saying. We have tried Phonegap and Titanium Appcelerator and we have switched to native (ObjC and Java) after a couple of months of trying to go the hybrid route. The reasons behind the choice are as follows: - anything that breaks the pattern of how those frameworks NEED to operate is just a huge technical debt that keeps accruing a huge interest. - anything that uses css3 accelerated animations on Android is buggy at best and slow as hell at worst on any lower (< 4.1 I think) versions of Android I hope this gives you some insight. If you need/want to ask me anything feel free to contact me. MihaiMP
-
How can a small offshore development company find companies/software sales people to sell their service in the US/UK?
My company does a lot of consulting with offshore firms who are looking for a way to generate new business, so I hear this question a lot. My first reaction is that you need to totally reverse your mindset when you talk about your own company. You mentioned that you have: a great software developers team, proven track record, passion, real value But, everyone says that. There a 10,000 companies that have those things, so a customer isn't going to notice it. You need to figure out what your company is best at (doesn't have to be technical) and present it as a solution to a specific problem that clients have. Maybe a speciality, or really good project management, really good communications, a special expertise or experience, a personality, experience with a certain type of client.. really anything.. But, there must be some thing that makes your company 'special' otherwise you will be lost in the mix. Don't worry about things like rates, or the fact that you have 'great' developers. Those are generic. Think about why a client would really choose you, and try to build on that! After you understand your company identity, it gets much easier to identify and engage marketing channels because you understand your target.DH
-
Whats are some ways to beta test an iOS app?
Apple will allow a developer to register 100 UDID devices per 12 month cycle to test via TestFlight or HockeyApp. Having started with TestFlight, I would really encourage you NOT to use it, and go directly to HockeyApp. HockeyApp is a much better product. There is also enterprise distribution which allows you far more UDID's but whether you qualify for enterprise distribution is difficult to say. As part of your testing, I'd encourage to explicitly ask your testers to only register one device. One of the things we experienced was some testers registering 3 devices but only used one, essentially wasting those UDID's where we could have given to other testers. Who you invite to be a tester should be selective as well. I think you should have no more than 10 non-user users. These people should be people who have either built successful mobile apps or who are just such huge consumers of similar mobile apps to what you're building, that they can give you great product feedback even though they aren't your user. Specifically, they can help point out non obvious UI problems and better ways to implement particular features. The rest of your users should be highly qualified as actually wanting what you're building. If they can't articulate why they should be the first to use what you're building, they are likely the wrong tester. The more you can do to make them "beg" to be a tester, the higher the sign that the feedback you're getting from them can be considered "high-signal." In a limited beta test, you're really looking to understand the biggest UX pain-points. For example, are people not registering and providing you the additional permissions you are requiring? Are they not completing an action that could trigger virality? How far are they getting in their first user session? How much time are they spending per user session? Obviously, you'll be doing your fair share of bug squashing, but the core of it is around improving the core flows to minimize friction as much as possible. Lastly, keep in mind that even with highly motivated users, their attention spans and patience for early builds is limited, so make sure that each of your builds really make significant improvements. Happy to talk through any of this and more about mobile app testing.TW
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.