up vote 229 down vote favorite
353
share [g+] share [fb]

How much can a developer charge for an iPhone app like Twitterrific?

I want to know this because I need such an application with the same functionality for a new community website. I can do Ruby but have no experience with Objective-C. So it would be interesting for me if I should start reading books about iPhone programming or outsource the work to a iPhone programmer.

link|improve this question
34  
Note that the second answer was written by one of the Twitteriffic itself. – garethm Oct 13 '10 at 21:57
4  
are this the only userXXXX who's got gold badge (and not just one!) ? – nanda Oct 15 '10 at 8:55
4  
I think this question needs answering in two ways: there is an answer for the micro-ISV (one or two people) and there is an answer for a serious corporation. There is almost always a completely different scope, set of goals, and expectations when embarking on building an iPhone application (or for that matter any type of product). – Marplesoft Oct 15 '10 at 16:49
This thread is an eye opener, especially for people living in developing countries like me. – Quakeboy Dec 28 '10 at 13:13
2  
This question obviously belongs on another stack exchange site, but at least, it needs to be marked community wiki, so the rep whoring can end. – Mark Rogers Jan 15 '11 at 20:18
show 4 more comments
feedback

closed as off topic by Will Nov 11 '11 at 21:35

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

protected by Community Jan 10 at 21:25

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

18 Answers

up vote -17 down vote accepted

This is a bad answer. See what schwa and chockenberry say below for much better data.

Original, terrible, misguided (though not high, just stupid) answer follows:

Twitterrific probably took an experienced Objective-C developer at least a month or so of development time (say 160 hours), plus a week or so of a graphic designer's time (say 40h). And that is a pretty optimistic estimate of time, I would think testing and tweaking to produce a high quality application would probably add another month.

The API it uses to communicate with Twitter already existed, as well as did much of the actual application logic as there's already an OS X application.

For a developer who is entirely new to Objective-C but has a couple years of development experience in a few other languages anyway, it would be reasonable to add a month of development time for ramping up.

iPhone developers are a bit of a rarity right now, but I think newbies (like me) have had a few months to get close to speed on it so you might be able to find a freelancer. Guru.com shows Obj-C developers with hourly prices of a pretty large range, but ones that are talking specifically about Mac development seem to be at least $50/h.

200 hours (development + graphic design) at $50/h is $10,000.

You might also be able to negotiate a percentage of sales in exchange for a lower rate, but that would require convincing the developer that you're going to achieve a certain level of sales.

link|improve this answer
45  
I think 160 hours might be a little low. You can certainly get an app like Twitterific up and running relatively quickly. Maybe in 20-40 hours. But then you polish, polish, polish. With Twitteriffic its pretty clear the app has been heavily polished. – schwa Oct 17 '08 at 15:52
19  
I also think 160 hours is a very low estimate. Customization of graphics and design takes a lot of extra time, as does profiling the application to eliminate memory leaks or other performance issues. – Kendall Helmstetter Gelner Oct 19 '08 at 6:29
6  
@BlueRaja it's this thing called supply and demand. The demand for iPhone devs is very high, and the supply is very low. According to the rules of a free market, this necessitates a very high price for iPhone developers. There's nothing "greedy" about it. It's economics at work. – Dave DeLong May 28 '10 at 19:52
9  
freelancing sites where people outbid themselves for the lowest numbers will only buy you a mediocre product and set you back in development time when you have to pay a proper engineer to build your product. The cream of the crop developers charge top dollar, and even middle of the road ones charge $100+ an hr. and do NOT degrade themselves with sites like freelancer.com or elance. – drunknbass Oct 13 '10 at 16:38
5  
A -good- iPhone developer will cost you about $150 p/h (AU/US). You can pay less but what a good one can do in an hour, a less experienced might take 3-5x and may produce lesser quality product. Its not just knowing Objective C thats the key. Developing code is one part of it but missing some other things can be an expensive lesson, how do they communicate?, how good are they are problem solving?, how well can they work with others?, whats their attention to detail like?, how proactive are they? You get what you pay for and finding someone with a good mix of the above is worth it. – Ralph Willgoss Oct 13 '10 at 22:58
show 9 more comments
feedback

I'm one of the developers for Twitterrific and to be honest, I can't tell you how many hours have gone into the product. I can tell you everyone who upvoted the estimate of 160 hours for development and 40 hours for design is fricken' high. (I'd use another phrase, but this is my first post on Stack Overflow, so I'm being good.)

Twitterrific has had 4 major releases beginning with the iOS 1.0 (Jailbreak.) That's a lot of code, much of which is in the bit bucket (we refactor a lot with each major release.)

One thing that would be interesting to look at is the amount of time that we had to work on the iPad version. Apple set a product release date that gave us 60 days to do the development. (That was later extended by a week.)

We started the iPad development from scratch, but a lot of our underlying code (mostly models) was re-used. The development was done by two experienced iOS developers. One of them has even written a book: http://appdevmanual.com :-)

With such a short schedule, we worked some pretty long hours. Let's be conservative and say it's 10 hours per day for 6 days a week. That 60 hours for 9 weeks gives us 540 hours. With two developers, that's pretty close to 1,100 hours. Our rate for clients is $150 per hour giving $165,000 just for new code. Remember also that we were reusing a bunch existing code: I'm going to lowball the value of that code at $35,000 giving a total development cost of $200,000.

Anyone who's done serious iPhone development can tell you there's a lot of design work involved with any project. We had two designers working on that aspect of the product. They worked their asses off dealing with completely new interaction mechanics. Don't forget they didn't have any hardware to touch, either (LOTS of printouts!) Combined they spent at least 25 hours per week on the project. So 225 hours at $150/hr is about $34,000.

There are also other costs that many developer neglect to take into account: project management, testing, equipment. Again, if we lowball that figure at $16,000 we're at $250,000. This number falls in line with Jonathan Wight's (@schwa) $50-150K estimate with the 22 day Obama app.

Take another hit, dude.

Now if you want to build backend services for your app, that number's going to go up even more. Everyone seems surprised that Instagram chewed through $500K in venture funding to build a new frontend and backend. I'm not.

link|improve this answer
68  
Good read. But you might want to replace "fricken' high" with "fricken' crazy" or "fricken' stoned" in the first paragraph. :) – Steven Fisher Oct 13 '10 at 18:15
57  
@Philippe I'm also one of the owners of the business that built the product. Who would have a better view on accurate project costs? And the notion that it's the language's fault is laughable. – chockenberry Oct 13 '10 at 19:05
21  
@Philippe Leybaert You may feel as though you're being questioned in court because you seem to be intentionally try to stir things up with your comments. Guilt's a wonderful thing. – Martin Bean Oct 13 '10 at 21:04
51  
To the delightfully misinformed people saying "Objective-C is slower", it's more accurate to say "Objective-C is slower for YOU". Don't blame your ignorance or desire to stick with design patterns learned from another programming environment on the language. – Jeff LaMarche Oct 14 '10 at 0:48
23  
I've done iPhone and Android versions of the same app on several occasions now, in every single case, the Android app was done second and took longer - anywhere from 25% - 100% more engineering hours and usually the end-product looked worse. In the hands of a competent practitioner, Objective-C is an extraordinarily fast language to develop with. – Jeff LaMarche Oct 14 '10 at 0:50
show 29 more comments
feedback

The Barack Obama app took 22 days to develop from first code to release. Three developers (although not all of them were full time). 10 people total. Figure 500-1000 man hours. Contracting rates are $100-150/hr. Figure $50000-$150000. Compare your app to Obama.app and scale accordingly.

link|improve this answer
28  
Votes for my answer should be given to this one, mine is estimated, schwa does this for reals. – Rob Drimmie Oct 16 '08 at 23:00
2  
My example is an extreme case. I included development time, graphic design time, project manager time, etc, etc. An app of the scale of the Obama app can be developed for significantly less. – schwa Oct 17 '08 at 15:31
3  
You state that there were 3 developers, not all of which were full time, but 10 people in all. What was the other 10 people doing? I would guess that you'd have one graphic designer, and a PM. That leaves 5 people unaccounted for. Surely those 5 shouldn't be billed at $150/hour. – Aheho Nov 10 '08 at 15:03
2  
UX, server/web dev, etc. Not everyone was full time on the project - but a few folks - maybe 1/2 the group (myself included) were. – schwa Feb 26 '09 at 13:43
4  
Still, $50k-150k tracks reasonably with the final bids I've seen in other serious projects. Something that integrates with Twitter doesn't require server-side work or sysadmins, so I'd estimate on the lower-side of that range, but I'd be shocked to see it completed for under $50k. That's only about 12 staff-weeks at $100/hour. Getting something "working" on iPhone is pretty easy. Getting it polished takes forever. I've seen guys spend an entire day getting one flip animation to work correctly, or the keyboard to dismiss smoothly. I spent many days on an intermittent tableview animation crash. – Rob Napier Dec 31 '09 at 18:30
show 1 more comment
feedback

There are ways of paying less to get an application, developed than paying the going rate, but very often you get what you pay for - inexperienced developers who leave you with a mess of spaghetti code that's impossible to maintain, or experienced developers with whom you have to communicate across a cultural and language gap.

Developing an app like Twitterific is not easy. It's an extraordinarily polished app with a lot of attention to detail that most people - indeed many developers - would fail to notice or realize the effort behind. You may be able to get a Twitter iPhone client written for $3500 or $5000 by going offshore or by being willing to "work with inexperienced developers", but you're not going to get Twitterific for that, and it's doubtful you'd get even a halfway decent application for that amount.

And you likely will end up spending a lot of time managing the process, going back and forth on requirements, and fighting to get what you really want instead of what they want to give you.

There's also a risk with "cut-rate" development, whether it's offshore or just using inexperienced developers - you may very well end up with something you can't use, or something that gets 1 star ratings because it crashes or behaves erratically. You might find the occasional underpriced gem of a developer, but they won't stay underpriced for long given the sheer demand in this market right now.

By virtue of my books and blog, people often reach out to me when they need help with their iPhone applications. I get, on average, 4 or 5 inquiries a month from people asking for help fixing applications they had developed either over-seas or by inexperienced developers here in the States. In most cases, I end up having to tell them they'd be better off throwing their code out and starting over with a developer who knows what they're doing rather than trying to fix the code they bought on the cheap. If they insist on trying to "fix" what they have, I decline the work.

link|improve this answer
12  
lamarche knows what he's talking about. he wrote the book on iphone development. :) – mt3 Oct 14 '10 at 1:34
2  
I'm debugging right now one of these spaghetti code apps. The previous programmer left my customer with a "finished" app. And I tell it's a pleasure. Now, let me go out a moment to hang myself off that tree. – Diego Freniche Oct 30 '10 at 15:59
feedback

I am a very good iPhone app developer, and I charge over $150 per hour for my services. I have a ton of experience building iPhone apps and their server side components. I have also been called in on several occasions to fix offshore developed apps. Here's my take.

  • Design costs money, good design costs lots of money. Expect several designer weeks of work per app screen. Offshore teams do not do design.
  • Server development and infrastructure is critical if the app is to succeed. A slow server response, or an overloaded server will hamper your app, and crimp sales and satisfaction. The server side of the equation will cost the most and take the most time to develop. Those who offshore their server development will find that quality and uptime are both terrible, in my experience.
  • App development if done right takes time too. A professional developer will ensure all HIG rules are followed, the app is properly structured and contains no known errors, it performs well, and it passes the app store validations. Offshore teams just cut code.

I'm just about to release a shopping app for a client. The design work was done by 2 client in-house designers over 2 weeks, quick because they had all the image assets already. Think 2 people x 10 days x 8 hours = ~$24,000. The server side had to be modified to provide data for the iPhone app. We used their in-house team and in-house platform and in-house API, 2 developers, 4 weeks, or about $50,000 and that's because they already have a web shop and API. Cost them about $400,000 to get there (excluding platform). And I wrote the app side in 3 weeks, given that a lot of my code is duplicated from previous projects, another ~$25,000, the cheapest app I ever did.

Total spent: ~$100,000, and that's insanely cheap!

And they will give this away for free so clients will buy from their store from their iPhones.

For your app, Peter, if you have the servers and the APIs and the design, I'd guess at $30,000 to $60,000 depending on complexity. If you do not have the design, double it. If you do not have the APIs, double again...

link|improve this answer
That's in the states tho. In europe you would only expect 250 - 400 pounds a day tops. – user281300 Apr 11 '11 at 16:07
Rates in London are reaching the ones in States, at the moment getting work for £550 is not an exception and have been offered £750 already, so it depends (as usual). – Pavel Sich Sep 27 '11 at 10:22
feedback

I am an account exec at a web and mobile development company and hear this question everyday. Unfortunately, iPhone apps are not cheap. You can expect around $100 per hour if you are staying on US soil. I have seen some offshore Indian developers out there for as low as $20 per hour. It all depends on the number and complexity of the functions you wish the app to perform. Simple one function apps are normally around 4-5k. They are so expensive because you are paying a team of people a healthy hourly wage and any type of raw prototyping, development, and coding takes time. Apps can exceed 60-100k pretty easily. Southwest Airlines making an app with a full ecommerce platform that allows you to buy tickets over your phone is an example. All of that porting into their IT is a big job.

And offshoring the project is definitely not always a better option. If you do so you better know who you are dealing with. Do not get me wrong there folks over there who do a bad ass job for a way better deal, but they are not that easy to find. Those guys could fuck around for 5 months on a simple project that would take 6 weeks here, or just not complete it at all and hand it over half finished. I have seen this scenario many times where we finish the work. The project management becomes a challenge. It can be difficult to communicate exactly what you want the app to do.

link|improve this answer
2  
Wayne, unfortunately, I can empathize with the offshoring sitch. Often times you end up sharing enough prerequisite "supplementary info" (read: "expertise you thought you were paying for") that, by the time you're done, you could have just written the thing yourself. You get what you pay for. "Appeat Emptor." – Joe D'Andrea Oct 15 '10 at 18:09
1  
I'd say it's no wonder to get 5 times lower quality if you're a 5 times lower price ... It still amuses me people expect the same quality for 20% of the price they usually pay :) – Ican Zilb May 18 '11 at 14:59
feedback

River of News for the iPad took about 400 hours of development to get to version 1.0 and I don't know how many hours my designer spent (20-50?). At US labor rates that's at least $40,000. But that sort of tight development was only possible because it was a one man operation. There is an enormous amount of overhead added when you separate the person writing the code from the person deciding what the product is going to do.

If you are going to send it offshore you'd better know exactly what you want. With the language and time difference it's very hard to do iterative design where you are exploring what is possible.

link|improve this answer
feedback

Appsamuck iPhone tutorials is aiming for 31 days of tutorials ending in 31 small apps developed for the iPhone all the source code for which is available to download. They also provide a commercial service to build apps!

If you want to know if you can do the coding, well at least you can download the code and see if anything there is helpful for your needs. On the flip side you can also get a quote from them for developing the app for you, so you can try both sides of the coin, outsource and in-house. Of course it all depends on how much time you have too! It's certainly worth a look!

(OK, after my last disastrous attempt to try and post a useful piece of help, I went off hunting around!)

link|improve this answer
3  
I tried that but those aren't very good.. what you need is "Beginning iPhone 3 Development: Exploring the SDK" (book). – Mk12 Sep 28 '09 at 21:02
feedback

I am the developer for Coupious mobile coupons iPhone app and with the amount of time that I spent on that application (v1.0 - v1.5), it was probably a $15,000 - $20,000 investment. However, to be fair, I do admit that I was the only developer working on it and when I started the project, I had never seen or used Objective-C before. Despite that, three months later, it was released so the numbers are probably a little skewed because there was a fair amount of learning going on as well as coding.

However, iPhone competent developers run in the range of $80-$150 depending on their skill and time with the platform. I would say that for a simple application, an app would probably run 2K-5K, a medium complexity app would run 5K-15K and a fairly complex app running 15K-30K. Game applications could be even more.

The reason it is so high is that the skill is fairly specialized and not everyone is able to do it

link|improve this answer
feedback

I hate to admit how little I've done an iPhone app for, but I can tell you I won't be doing that again. The guy who said that "simple, one function apps can be done .. [by solo developers]... for $5K" is correct; however, that is still lowball, and presumes almost no project design, graphic design or network backend work.

link|improve this answer
feedback

The rates that were quoted above are what you would expect to pay US developers; however, I do know some people who have been able to get their apps built for as little as $4,000 by using offshore developers.

Here is a blog post from a group that did this: http://www.lolerapps.com/why-outsourcing-iphone-apps-was-a-no-brainer-for-us

Also, Carla White wrote a fantastic eBook about the process she used to outsource her app called "Inside Secrets to an iPhone App". She talks about how she got a great deal because she was willing to work with a team that was still learning iPhone app development.

So, there are alternatives to the higher price developers discussed above.

link|improve this answer
5  
While the app development bids I've seen from India have been lower (sometimes substantially lower), they've still been in the tens of thousands of dollars for a serious app. My experience working through such contracts on other platforms is that they require the requester (you) to have a very specific thing in mind at the start. If you don't know exactly what you want in detail (and you usually don't), then the change fees can rack up quickly. It can still be cheaper than US development, but the initial bid isn't the whole story. – Rob Napier Dec 31 '09 at 18:33
feedback

I think the best way to make money by making iPhone apps is to work by yourself. That means you make more money.

link|improve this answer
3  
If you ever get it finished. Working by yourself also takes longer and can be more prone to making errors (leading to more debugging time). If your client has a deadline set for you, it will be much harder to meet it when you're flying solo. – bta Oct 15 '10 at 12:07
1  
I spent months making Cee-lo (ceeloapp.com) by myself. Haven't exactly recouped expenses yet. It's tough! – typeoneerror Oct 16 '10 at 17:34
feedback

A really good blog post on developing an iPhone app for about $5000.

link|improve this answer
11  
+$140000 in hours (at $100/hour) -1 – Stephan Eggermont Dec 18 '08 at 19:15
3  
From the blog posting "But it turns out that if you do your own development work". i.e. if you assume developing the app is free, it's cheap. – Roger Nolan Apr 24 '09 at 7:51
7  
"if you assume developing the app is free".... Have you been talking to my sales department? – Dan Ray Oct 1 '10 at 12:10
feedback

We just develop apps for mobile and the cost to develop is about 9000$ (7 developer + 1 PM + 1 tester)

Welcome To Vietnam.

link|improve this answer
6  
Thanks for having us. Let's see the application before we're impressed with the price though. – typeoneerror Oct 16 '10 at 17:13
4  
I'd love to see what app this is. 7 devs working on 1 single app sounds pretty ridiculous. Also, no designer? This app must be neat. – samvermette Oct 16 '10 at 23:47
2  
Sorry, because security reason so i can't post more information here. – nguyendat Oct 17 '10 at 3:36
3  
I think the intent here might be to show the disparity between different economic systems. A posh suite at one of the finest hotels in Vietnam might run you $100 a night, approximately comparable in the U.S. to a $500 a night room. So, economically correlated, let's call it $45,000? – Timothy Lee Russell Feb 28 '11 at 16:52
2  
I think it makes more sense to talk about the amount of time an app takes rather than how much it cost to produce. – Timothy Lee Russell Feb 28 '11 at 16:58
show 1 more comment
feedback

It costs $99 to get an application in the App Store. Aside from that, everything is technically free.

If the developer of Twitterific created the application in his free time (which is more than possible), it wouldn't cost anything more than the App Store registration.

The biggest cost would be how much you charge for your time, which is kind of dependent on the client.

As for learning Objective-C or iPhone development, "Cocoa Programming for Mac OS X" by Aaron Hillegass is one of the best books for learning Objective-C /Cocoa, and almost everything learned from it will apply to iPhone development (for example, none of the code depends on the Objective-C v2 garbage collection, which the phone does not have).

link|improve this answer
5  
You can't say "everything is technically free" and then follow up with "The biggest cost would be how much you charge for your time...". Taking the time away from your clients to build your app IS the cost. Even if you do it in your spare time, you're reducing your rest time, thereby being less productive for your clients. That is also quantifiable. – Srdjan Pejic Oct 13 '10 at 18:29
5  
Opportunity cost is a real cost. – ebynum Oct 19 '10 at 18:48
Anyone's time is valuable. Time == money. – user281300 Apr 11 '11 at 15:43
feedback

There is a much easier way to develop iPhone apps than learning Cocoa.

For example, there are shareware and open source libraries and as well to build your application using HTML and JavaScript only. These are QuickConnect (opensource), PhoneGap (opensource) and NimbleKit (shareware), maybe there are more of them. I know just these.

  • QuickConnect - develop a user interface in Dashcode then convert it to Xcode and do scripting. It has access to native iPhone functions like vibration, playing audio, etc., but last time I saw it it was totally undocumented, and I could not figure out how to build at least something normal.

  • PhoneGap - similar thing but very few features.

  • NimbleKit - same concept except it uses real native iPhone controls, has more features, is really simple to use (just install and Xcode has new template), is well documented, and is most preferred choice of course. The trial version has no time limit and is fully featured, so you can play with it and see if you can do what you want. The limitation here is that if you want to run it not only in simulator you have to buy it. I started to play with it about week ago and I like it, however I need some more features to buy, I left all my feature requests on product's web-site and got promised all features will be there within 1 month, well... we'll see :)

link|improve this answer
Please keep me updated. I am trying to figure this same thing out. I like the promise of PhoneGap and I have not yet tried QuickConnect or NimbleKit – Bryan Jun 4 '09 at 17:28
NimbleKit 1.3 was released today, now it offers probably everything can be done on iPhone except databases (which announces to be in 2 weeks) – Andrew Jun 5 '09 at 21:24
1  
Do these cocoa-free libraries ever link to any example apps that are actually in the store being sold? Since getting adequate performance out of raw Obj-C and customization out of the API is hard enough, I'm wondering how throwing another layer of abstraction into the mix works. – kubi Feb 6 '10 at 22:13
1  
HTML apps are some of the worst on the app store. It may be easier, but it comes at a price. – David Beck Oct 13 '10 at 17:04
feedback

There is no doubt offshoring the project is a better option. Why offshoring gets the job done for less is probably because of the healthy team size, experienced developers who are aware of the know-hows of the iPhone development, thus the turn around time is less. So it basically works with everyone.

Offshoring the work to build an app similar to twitterrific can be done for $3500. Below is a very helpful link to a presentation on iPhone development costs.

http://infobeans.wordpress.com/2009/07/23/what-does-an-iphone-app-cost/

link|improve this answer
15  
My experience working with offshore developers on iPhone has been exactly the opposite. I've found the developers to have far less iPhone experience than the US shops I've worked with (several of whom specialize specifically on iPhone and have long Mac backgrounds to pull from). I definitely would look (and am currently looking) at having work done in India, but there are significant tradeoffs in my experience. – Rob Napier Dec 31 '09 at 18:41
7  
Quantity is not proportional to quality. – Jesse Armand Oct 13 '10 at 18:27
3  
My experience is exactly as @rob points out. It's just flat out terrible. Offshore testing seems to work okay, but don't rely on core functionality and design to be built. – David McGraw Oct 13 '10 at 18:43
2  
There is a saying that cheap costs a lot. In the end, you don't even get to see the people who are doing the work for you and often due to a breakdown in communication(language barrier etc...) , things don't end up as expected. Most of the time more money is wasted and the end product is not the same. – user281300 Oct 14 '10 at 8:25
4  
You get what you pay for. Experience with off-shore teams in the java world has proven this many times. – drekka Oct 17 '10 at 11:53
show 2 more comments
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.