Devs Bet Big On Android Over Apple's iOS
CWmike writes "A majority of mobile app developers see Android as the smart bet over the long run even as they vote for Apple's iOS in the short term, according to a survey conducted jointly by Appcelerator and IDC. The survey polled more than 2,300 developers who use Appcelerator's Titanium cross-platform compiler to produce iOS and Android native apps. Of the 2,300 polled, 59% said that Android had the 'best long-term outlook,' compared with just 35% who pegged Apple's iOS with that label. But three out of four said that iOS offers the best 'near-term' outlook, with 76% tagging Apple's operating system as the best revenue opportunity."
Given the way that Apple treats 3rd party devs and the locked down phone, it would be very surprising if Apple keeps their loyalty without making a major course correction. Those dick moves like randomly rejecting applications and stealing functionality out of apps for the base system isn't really endearing them with the people they need to keep the appstore vibrant.
This is not really a surprise considering it is the only mainstream open platform not tied to any particular hardware.
Apple users are used to paying for costly proprietary applications, so of course there is a better revenue opportunity. I just find it so disgusting that there are so many developers all of a sudden interested in making money from their code. It seems Apple is doing more to destroy the environment created by the open source community than any other company...
So among cross platform developers, just over half said one platform was better than another.
Talk about sampling bias. This just in, 70% of AppleInsider users think iOS is great, and 99% of lactose intolerant people think Ice Cream suck
big deal.
Non impediti ratione cogitationus.
Perhaps I'm missing something, but isn't this effectively a survey of people who are undecided? After all, isn't that why they're using a cross-platform kit rather than writing right to Android/iOS?
I would think looking at the developers who have firmly committed themselves to a platform as a better metric. The uncommitted developers have nothing to lose.
Apple obviously never thought of that.
You do realize that Apple has paid out over a billion dollars to developers? I always enjoy these off the cuff statemetns about how poorly Apple Developers are treated when the simple fact is, that it is a lucrative market, which is why 3 of 4 still plan to develop for it in the immediate future. (ref: http://news.cnet.com/8301-31021_3-20007010-260.html)
Assuming they create a good product, they are treated very well, getting an instant distribution model that functions at break even. Not a bad deal at all.
The simple fact is that a huge majority of apps are approved within 2 weeks. Of those that are rejected, almost unilaterally they violated the developer agreement, and then complain about it after the fact. Google Voice was a good example. At the time it was developed, it offered unlimited texting, which duplicated core functionality, which of course is listed in black in white the agreement.
I know it's popular to love to hate Apple lately, but the simple fact is that the majority of apps are rejected because the developer took a chance and ignored the agreement. I will grant that some of these rejections seem a bit stupid.
Given that 95% percent are accepted without any issue at all, leaving only 5% of questionable apps, the argument that Apple is rejecting apps willy nilly is not exactly a good reflection of reality.
USERS paid developers over $1 billion, and Apple snatched over $300,000. Saying Apple has paid $1 billion to developers is like saying VISA has paid companies $1 zillion dollars. Nice try, Steve Jobs!
The biggest PITA isn't the whole app store process etc. its the fact that developers cannot:
a)You cannot make your own dynamic libraries, only static ones(though the OS obviously supports it, you can include any of Apple's own dyilibs in your project) I don't need to go into why dynamic linking is much better than static....
b)There really isn't a clean way to talk between applications. You can send files, but it's really a drop box, I can COPY(not link!) something into another apps area, but after that the file is no longer mine. So if I want to send something to another app to process and then get it back to do some processing by my application I have to hope the app tells me about the changes, and considering the app may not even know I exist(nor should it, thats the beauty of decoupling), thats a lot to ask.
I can *sort* of understand 1 from a performance standpoint, if you allow user created dynamic libraries every time the application is swapped out of memory you have to find which dynamic libraries it uses, make sure nobody else is using them, then unload them. However as memory increases the rationale behind needing to constantly load/unload them starts to disappear.....
Maybe Apple will change it's tune, but long term I think you will be able to do more interesting things with Android because it allows for the creation of dynamic libraries and inter-application communication.
Monstar L
Wow im shocked, developers that are trying to cater to both and likely started on the android hope android wins. I have no leanings either way, imho they both have their pluses and minuses but if your going to do a survey should people that are actively involved in a platforms development beyond a cross compiler be at least sampled? This reminds me of the AdMob survey back in march that claimed 70% of iPhone developers were jumping ship while surveying only 108 hand picked participants, oddly enough it was the same week that Apple announced it had passed 100,000 licensed developers. I've been dabbling with android itself, but frankly until they can get their act together (3-4 different versions in the wild, poor upgrade paths from oem's, google denying marketplace to non-phone devices) I really don't think Apple has much to worry about. Yes Apple is draconian as hell in their licensing, contracts and at least IMHO rather greedy on the profit sharing but at least there is some organization and direction.
Looking at the title of the summary: "Devs Bet Big On Android Over Apple's iOS"
Then look at the statistics quoted:
Long Term: 59% Android, 35% Apple, and 6% other (undecided, supports both, or neither)
Short Term: 76% Apple
I hardly call that "betting big" on Android. Personally I'll "bet big" that Apple gradually relaxes out of its "walled garden" approach, Google will drift toward higher standards for its market place apps... and ultimately whoever designs (or supports) the shiniest phones will win. Slashdotter's sometimes forget, hardware aesthetics often are the deciding factor.
Cool art gallery, if you're into that sort of thing.
It is clear that the $1B is referring to the money users paid for the apps. Apple says that they paid it b/c it is given to Apple and then immediately forwarded to the developers.
"It is a good thing for an uneducated man to read books of quotations..." -Winston Churchill
You might've missed the recent repeal of section 3.3.1. Apple now no longer requires applications to be written in Objective-C.
http://www.apple.com/pr/library/2010/09/09statement.html
Objective-c is Apples attempt to co-opt developers
Objective-C never was a developer lock in, it is merely used by the API for the operating system. You have always been free to use C/C++ for your application's code. Whether the OS API is objective-c or C/C++ doesn't really matter, such calls are rarely portable to begin with as they are generally platform or hardware specific.
It's obvious you can read and count from your user name, but do you understand logic?
"Apple has paid $1 billion to developers." - is a half truth. That's maybe why the editor of the article put in the full sentence:
"And Apple has paid out over $1 billion to app developers (their 70% cut fo all sales)." (spelling error preserved so you could get a hardon)
Apple didn't 'pay $1 billion to developers' cause they're such nice guys. They did so because that's what the developers had coming to them. To put it in the context that they did it for any other reason is faulty and/or misleading logic.
is 100% correct so don't get your panties in a bunch.
*DrugCheese rants*
http://developer.android.com/sdk/ndk/index.html#overview
Just about the only thing you will need to use the DalvikJava for is integration with the app system. Which you want.
xkcd is not in the sudoers file. This incident will be reported.
Objective-c is Apples attempt to co-opt developers.
Really? I thought Objective-C was Brad Cox's attempt to create a message-passing object-oriented extension to C in the manner of Smalltalk.