Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Cellphones Businesses Apple Entertainment Games

Staying Afloat In a Sea of iPhone Apps 149

Burnsy writes "During all the hype of Apple celebrating its 1.5 billion iPhone App Store downloads, some good advice on how to be successful and stand out in the App Store came out. One story describes how developers are increasingly coming up with various strategies to make a splash, employing everything from temporary discounts to guerilla marketing tactics. On the other hand, some successful developers, such as the creator of the Flight Control app, which has been the number one selling app in 20 countries, talk about the pitfalls of Apple's approval process for the App Store. They say it can take a developer up to three months to get an application approved and distributed on the App Store and that maybe the iPhone bubble is soon to burst." A related story at Wired points out that the games category — already crowded with over 13,000 entries — is getting even more competitive as the major game publishers push into the market.
This discussion has been archived. No new comments can be posted.

Staying Afloat In a Sea of iPhone Apps

Comments Filter:
  • by SuperKendall ( 25149 ) on Wednesday July 15, 2009 @11:14AM (#28703767)

    The App Store has a tremendous number of small apps that are minimally useful.

    But it also has a small number off apps with deeper functionality that are really useful - and that subset of apps is growing, and will provide real value. Those apps are much harder to build. Those apps generally require infrastructure and marketing and all the things we traditionally think of with applications - this article hints at that as developers have discovered to sell a product they need, of all things, advertising!

    Far from being an app bubble, we are simply seeing a transition into a more mature market with richer products. Because it's so easy and cheap to create apps I'm sure we'll always see a ton of simple apps, but the market will grow on from that base instead of contracting as the term "bubble" would imply. If nothing else, the soon to be flood of augmented reality apps and apps based around custom hardware will ensure that.

    • by andrewd18 ( 989408 ) on Wednesday July 15, 2009 @11:25AM (#28703879)

      Far from being an app bubble, we are simply seeing a transition into a more mature market with richer products. Because it's so easy and cheap to create apps I'm sure we'll always see a ton of simple apps, but the market will grow on from that base instead of contracting as the term "bubble" would imply.

      Quoted for truth.

      One could have the exact same argument about the x86 Windows-based market in the 90's. So many applications popped up that the market was flooded; take CD burning applications, for example. Roxio, Nero, Sonic, CloneCD, Power ISO, Ulead... all applications vying for consumer attention that do the exact same thing. In the end, the competition just widens the field, increases choice, and spurs innovation, both in the software and advertising fields.

      In the end I expect iPhone apps will be sold primarily by word of mouth.

      • by rho ( 6063 ) on Wednesday July 15, 2009 @12:21PM (#28704525) Journal

        Yeah, no kidding. After all those years of "There are no applications for Macs! Buy a PC!" in the press, now we get "There are too many applications for the iPhone, IS IT DOOMED?????"

        Morons.

        • It's too big of a jump. It's like trying to jump over the Grand Canyon after training on you local moat.
          And still Mac has only a fraction of software available for Windows.
      • Think about how complex the PC and console gaming industry is... game developers rely heavily on reviews published on popular websites and in magazines, along with all of the advertising revenue they spend, and the money they spend to secure shelf space in retail stores, and even TV and radio advertising.

        The App Store is just coming out of its infancy, where an app can shoot up in popularity simply by virtue of being the first of its type on the market, and almost all of the marketing was done by Apple. Sma

    • Far from being an app bubble, we are simply seeing a transition into a more mature market with richer products. Because it's so easy and cheap to create apps I'm sure we'll always see a ton of simple apps, but the market will grow on from that base instead of contracting as the term "bubble" would imply

      How is the phenomenon you're describing different from the internet bubble?

      • How is the phenomenon you're describing different from the internet bubble?

        First, to be clear, I'm pretty sure you are talking about the .Com bubble. The internet is as it was, only moreso.

        That said, this case is exactly the same as the .Com case - which supports my point.

        Are there more, or fewer websites than during the dot-com boom? Is the internet used for more, or fewer things than it was then?

        Sure pets.com is dead (thank god I got my sock puppet in time). But I can buy pet food from a number of plac

        • Sorry, my bad. I obviously meant the .com bubble. I knew internet bubble sounded strange. Either way, my point was that, just because the market will survive and become better for it (and I wholeheartedly agree with you: it probably will), it doesn't follow there isn't a bubble right now.
    • by ajs ( 35943 )

      You're right, but sadly (as with today's Android/Blackberry Google Voice announcement), almost all of those apps with deeper functionality will come out last for the iPhone until Apple starts to treat app vendors like partners, rather than serfs.

      • You're right, but sadly (as with today's Android/Blackberry Google Voice announcement), almost all of those apps with deeper functionality will come out last for the iPhone

        Since there's already an iPhone Google Voice App too [9to5mac.com] I predict it will have exactly zero effect on phone and/or app sales - and that we'll see ten more Google Voice apps on the iPhone before the year is out.

        The iPhone market is simply too large and lucrative at this point to be anything but the primary development target, and that will on

    • What is involved in developing an application for the iPhone? Even just a simple Hello World app. What OS, programming language, IDE, emulator etc must you use to do the actual development?

      Also, any overall comments on unexpected difficulties and/or surprisingly nice aspects are welcome as well. Thanks!
      • by BSDimwit ( 583028 ) on Wednesday July 15, 2009 @01:31PM (#28705531)
        To develop iPhone apps, you must have the following. 1. Intel based Mac or hackintosh. (there are ways around it but it's easier to stick with x86 macs)
        2. Download the free iPhone SDK. This SDK includes Xcode which is the IDE that most mac devs use the iPhone cocoa touch libs and an iPhone simulator app to test certain kinds of apps.
        3. Learn Objective-C and Cocoa Touch libraries (plenty of books for this)
        4. Pay Apple $99/year to test your apps on an actual device and sell your completed app on the App Store. 5. Profit!
      • by SuperKendall ( 25149 ) on Wednesday July 15, 2009 @05:42PM (#28708729)

        What is involved in developing an application for the iPhone? Even just a simple Hello World app. What OS, programming language, IDE, emulator etc must you use to do the actual development?

        I develop iPhone apps full time.

        You need a Mac (any Intel mac will do, 2GB of memory), you use objective-C, the emulator and SDK are free to download when you sign up at . [apple.com]

        For a Hello World app, you would literally create a project from a template and user Interface Builder (comes with XCode) to add a "Hello World" label.

        Of course, real world programming gets more complex but anyone who has programmed for a bit can get used to Objective-C.

        Also, any overall comments on unexpected difficulties and/or surprisingly nice aspects are welcome as well. Thanks!

        When you want to actually build for a phone or touch, the main thing that can be confusing is the certificates - if you read the docs carefully though you'll be fine, they do a very good job explaining exactly what to do.

        The nice aspect (for me) is that unlike any other GUI builder tool I've ever used in an IDE, I actually prefer to use the tool over just coding up the UI directly (though you can still do that too and sometimes that approach is useful). Also the ease with which you can add informative animation to an app (as opposed to just animating something because you can) is pretty nice.

        On iTunes U, there's a free iPhone development course from Stanford. You could watch some of those classes to get a feel for what development is like.

    • by rgviza ( 1303161 )

      iFitness is a perfect example. That took a ton of work and research to build and provides good information, which is valuable and useful. 4.5 * apps are very rare and that's how it's done. There are roughly one bazillion apps that simply repackage google maps.

    • by Thaelon ( 250687 )

      this article hints at that as developers have discovered to sell a product they need, of all things, advertising!

      In a broader sense, yes, most of the time. But not so much in this case.

      The market for the apps is tiny, and very nearly 100% of the market can find your app and acquire it in seconds.

      With that kind of market, with that kind of convenience, all you really need is word of mouth. And not much of it.

      The best way to make an app popular is not to advertise it, but to make it so good that iPh?o(ne|d)

      • and very nearly 100% of the market can find your app and acquire it in seconds.

        Yes they can acquire it in seconds, a powerful force. That makes the job of advertising easier because you are that much closer to being able to obtain an app quickly when you hear about it.

        But I very much disagree that they can *find* your app in seconds, because there are so many apps - they must generally know about your app or be searching on a keyword (which have been heavily salted by other apps trying to dry eyeballs) to

    • by Elshar ( 232380 )

      You know what's really annoying me about the app store is these companies that make the stupid mmo games, and to a lesser degree, the ebook peoples.

      In the first example, the mmo games, one company will churn out say 10-20 (I'm not exaggerating) variants of it, and stick it into all sorts of categories other than RPG. So when you go to find an actual RPG, or a strategy game, or whatever, you end up having to dig through the whole mess of them. and since there's easily a 6-10 of these develope

  • by Colin Smith ( 2679 ) on Wednesday July 15, 2009 @11:22AM (#28703847)

    300 notepad applications, only a couple are going to be worth installing, never mind paying for. The same will be true of any category.

    • by Anonymous Monkey ( 795756 ) on Wednesday July 15, 2009 @11:32AM (#28703947)
      Hay, no talking bad about Linux...er...never mind.
      • Re: (Score:3, Interesting)

        by Ilgaz ( 86384 )

        or J2ME or even Symbian. At least, there is free market I would say. There is no "app store" to say "duplicates functionality". It is USER who says "bleh, this sux" and presses C button on its icon to uninstall application. No harm done...

        Apps like Profimail and Opera Mini proves that if you code a really good application, you stay on guys device and in case of Profimail, guy even pays for it. I picked these 2 because they are coded in J2ME instead of "native" Symbian C. You can`t believe how hard it is to

      • Wouldn't he be talking about VI and Emacs then?

    • by dbcad7 ( 771464 )

      What's a notepad application ?

      Is it a note taking application ? .. a basic text editor ? ..An editor with support for programming languages or html ? ... or a rich text format editor ?.. Will it operate in a gui, or command line ? .. sure there is going to be some duplication of efforts, especially when there is a potential income to be had.. but the better ones will survive and the not so good will die out.

    • by mgblst ( 80109 )

      This is why there are so many apps in the app store:

      link to app store: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=298004712 [apple.com]

      This guy, Kahlid Shaikh has 94 pages of apps, all of them complete rubbish. That is over 1488 absolute rubbish apps. He has a couple of people in Pakistan who push new ones out every day, they either display an rss feed, or a simple picture.

  • by ciderVisor ( 1318765 ) on Wednesday July 15, 2009 @11:25AM (#28703887)

    There's an app for that !

  • as an end user.... (Score:3, Insightful)

    by Em Emalb ( 452530 ) <ememalb AT gmail DOT com> on Wednesday July 15, 2009 @11:29AM (#28703923) Homepage Journal

    It's both incredibly awesome and incredibly frustrating at the same time. I love that I can think of something and sure enough, there's an app for it. But at the same time, sometimes there's 50 apps doing basically the same thing and it's hard to weed the chaff from the grain.

    I don't think the bubble will burst, but it will level off some.

    There's only so many people world wide willing to plunk down money on an iphone, but the people that have, it's not like they're gonna stop buying/downloading apps.

    • Re: (Score:2, Funny)

      by Anonymous Coward

      It's both incredibly awesome and incredibly frustrating at the same time. I love that I can think of something and sure enough, there's an app for it. But at the same time, sometimes there's 50 apps doing basically the same thing and it's hard to weed the chaff from the grain.

      Sort of like Windows?

    • I think it means that Apple is going to have to develop a more sophisticated interface for browsing the App Store. With 65,000 apps available, you just know that most of that has to be shovelware.

  • by ardiri ( 245358 ) on Wednesday July 15, 2009 @11:37AM (#28704001) Homepage

    as an iphone developer (http://www.mobile1up.com/) - one who has been there from quite early on, i have started to notice how long it takes to get approved. in the early days, it was 3-4 days for a new version or update; now, i have two applications waiting in the approval process, it has been over two weeks! is apple employing enough people? i think so. the issue is that you get morons who think they need to release a "special" version of their application 100 times; take, for example, there was a weather application posted recently - one for each city in the united states.. come on; how much wasted time is there for apple to approve all 100 of these apps - when they could have approved one. with the introduction of "nude or raunchy" content; submissions have increased exponentially; now you dont get a fart app - you get a fart app with a hot girl in it.

    • Re: (Score:3, Funny)

      by WiseWeasel ( 92224 )

      Something must be done! Now what's this hot girl farting app you speak of? I'll pay $50 for one!

    • How about Apple should really just do a simple scan for malware and be done with it. An "approval" process is needless, stupid and ends up filtering way too many good applications. For example, look at Nintendo during the NES/SNES eras. Apple should build an automatic scanner for malware and approve apps that are malware free in a matter of hours.
      • Re: (Score:3, Insightful)

        by k_187 ( 61692 )

        For example, look at Nintendo during the NES/SNES eras. Apple should build an automatic scanner for malware and approve apps that are malware free in a matter of hours.

        As a counter example, consider Atari before the crash of '83. There's a balance to be had between allowing everything and keeping out crap.

        • Re: (Score:3, Insightful)

          There's a balance to be had between allowing everything and keeping out crap.

          Unfortunately Apple's approval process is nowhere near that balance, and is moving further away from it. It doesn't keep out the crap, and cannot, as that's a very subjective judgement call, and not one that Apple tries to make - they ban apps for all sorts of silly reasons, but not because they are rubbish or useless (or we wouldn't have 100 flashlight apps).

          Any non-automated approval process just isn't feasible when you have a worldwide store serving millions of people and 100,000 developers. This problem

          • (though a limit of x no of apps per developer would do a lot to help to weed out all the crappy duplicate apps out there).

            I'm not sure it would. I recall that Nintendo tried to pull that with the NES (only two games per developer per year), and all that ended up happening was either A) companies would have subcompanies that they stated weren't actually related to the main one, or people made and released "illegal" karts that were the X in 1s.

            Of course, the App store won't suffer from the latter case (unless you're releasing to the jailbroken scene), but the first point could make things messy, as then Apple would have to try t

            • It would prevent developers flooding the market with shoddy apps (I was thinking more like a limit of 10 per year or something) because it would impose a financial penalty for doing so. They wouldn't have to do anything save put a limit per developer account - if people choose to pay $99 again they're obviously serious about making money (and thus pleasing customers) and not just flooding the store with stuff that won't sell in the vague hope that some idiot will buy it.

              Large companies are not the problem h

        • The crash of '83 would have not been prevented by having NES/SNES era approval. The two biggest culprits were, not surprisingly, first party games. ET was made and distributed by, Atari as was Pac-Man. The decision to make many more copies of Pac-Man than consoles available (!) was made, unsurprisingly by Atari as was the overproduction of E.T. That is what lead to Atari's downfall. You think that would have been stopped by Atari?

          The other reasons included competition and advertising for video game syst
      • Yes, because an automatic malware scanner is possible to build. Oh wait, no, that would involve solving the halting problem.

      • by Ilgaz ( 86384 )

        Are you telling there is no heuristics, code analytics, power analysis going on while application gets to the app store?

        Apple also analyses the application in Sony way. Does it compete or would dare to compete with their iTMS? Would it take away people from iPhone services? Did Developer bitch about Apple or harmed Apple somehow in the past? iPhone developer scene publicly is just 5-10 heroic guys telling their mind and the rest are anonymous cowards for a good reason. Of course, those 5-10 guys are so adva

      • Re: (Score:3, Interesting)

        by tepples ( 727027 )

        Apple should build an automatic scanner for malware and approve apps that are malware free in a matter of hours.

        How do you plan to scan an app for malware without either A. solving the halting problem [wikipedia.org] or B. wasting battery power on a more robust sandbox?

    • by Ilgaz ( 86384 )

      Can you watch progress or know who actually approves your app? I mean, what if some MS certified idiot who somehow got the job at Apple doesn`t approve your application for no reason rather than not understanding what the heck it is or misunderstand?

      For example, is there an interface saying "APP-291 rejected, reason 10023" or you just upload it and pray?

      Trust me, if I was a Developer, I would always keep a Nokia 5800 (touch based Symbian) release maintained just in case. I understand there is no reason to s

      • pretty much just upload and pray

        after about a week (sometimes several months) you get a rejection email

        that _will_ have a reason, but the reason may be factually incorrect.

        I had an app rejected multiple times for 'having it's own javascript interpreter'
        that just wasn't true

        It took 7 months to get the app approved. Most of that was just waiting for apple to respond after a period of 'extended review'

        Another app of mine has been sitting waiting to be approved/rejected for about two months.
        Previously it was re

    • I would love to pick your brain about developing an app, as a developer myself, I am looking to be able to do a few different things with my treo, if not my iphone, and I am wondering about finding someone like yourself, where I could ask very specific questions which only mobile developers would be able to answer!

      Have any links or websites, I could send you emails to?
      Thnk of it as free advertising as well!
          : )

    • by shawnce ( 146129 )

      It is backlog related to the iPhone 3.0 OS release. A lot of existing applications have been submitted with fixes/enhancements related to 3.0. Also Apple has a larger test suite to run against the application submitted, validating 3.0 and 2.x compatibility, etc.

      As a guess... I give it another month or so for things to calm down.

      • by The Qube ( 749 )
        That's what I was expecting as well, but the most recent update to my app 2-3 weeks ago took only 3 days to approve.
    • by The Qube ( 749 )
      Yes, I noticed the weather example - the developer was trying to spam the "New Releases" section of the App Store. But the approval process is somewhat random. For my app, Virtual Cricket [virtualcricket.mobi] (cricket scores), it sometimes takes just 3 days to get an approval for a new version and sometimes almost two weeks. It is extremely frustrating.
  • by quangdog ( 1002624 ) <quangdog&gmail,com> on Wednesday July 15, 2009 @11:38AM (#28704007)
    I've released a few apps on the app store, and have met with some success with them. However, the single most frustrating thing is the approval process for getting an app released in the first place, and publishing updates on a continuing basis.

    I recently updated one of my apps, and it took Apple 16 days to review the executable and publish it. I then updated my other app, and it took 14 days.

    Seriously? 2 weeks? There is nothing more frustrating than to have users contacting me saying "when will feature xyz arrive?" and my response have to be along the lines of "I've submitted it to apple 2 weeks ago. They'll approve it when they approve it. There is nothing I can do to speed it up.

    [Shameless Plug]:
    For any who are interested, here are the apps I've written:
    Velocity [apple.com]
    Points [apple.com]
    • Re: (Score:1, Troll)

      by Darth Maul ( 19860 )

      We just got our first app approved, and it took 14 days. But hey, at least it wasn't rejected for some trivial reason like I've read happens to quite a few developers. It does appear somewhat of a black whole where you just wait and wait after rushing and staying up nights to finish - feels very anticlimactic once it's finally approved because you've waited so long. I'm not looking forward to pushing the next update and telling users to "just wait". Shameless plug: XPilot [7b5labs.com]

    • by tlhIngan ( 30335 )

      I've released a few apps on the app store, and have met with some success with them. However, the single most frustrating thing is the approval process for getting an app released in the first place, and publishing updates on a continuing basis.

      I recently updated one of my apps, and it took Apple 16 days to review the executable and publish it. I then updated my other app, and it took 14 days.

      Seriously? 2 weeks? There is nothing more frustrating than to have users contacting me saying "when will feature xyz

    • by Yvan256 ( 722131 )

      You might want to put at least a short description of what those apps are and what they do. This is slashdot, where people don't even RTFA.

      • Velocity [apple.com] is a speedometer calibration application that relies upon you tapping the screen as you pass markers to determine your speed. It does not use the accelerometer, gps, etc. Just you tapping and math.

        Points [apple.com] is an acupuncture reference library, intended for students studying for boards, and for the experienced practitioner wishing for a quick review.
    • by Arslan ibn Da'ud ( 636514 ) on Wednesday July 15, 2009 @12:11PM (#28704421) Homepage

      Might I recommend that if you wish to provide a link to an iPhone app, don't link directly to iTunes. Not everyone has iTunes installed on every machine? (Last I checked there was no Linux version.) Instead provide a link to your app via AppBeacon [appbeacon.com].

      For instance: Velocity [appbeacon.com]

      They mirror the info iTunes provides, also providing a iTunes link. But that way I can review your app on my linux box and buy it directly, or buy it later on my mac laptop. (No, I don't work for AppBeacon, just a satisfied netizen.)

    • by Ilgaz ( 86384 )

      Are you comfortable with public posting like that? It is not like you spread FUD or Spam of course but if you think about it, you don`t see or know who that "Apple guy" doing the approval is. What if he reads slashdot and say "Oh are you bitching? You will see what approval process is." and make you wait 5 weeks instead of 2?

      I always admired the patience of developers, especially open source/freeware ones but app store really carries to some amazing degree.

    • by mr_zorg ( 259994 )
      I totally agree. Although my initial app submission was approved relatively quickly, I've had some pending bug fixes for over three weeks now to address the occasional glitch. Then they turn around and reject the update citing the dreaded "Your application duplicates the functionality of the built-in iPhone application iPod without providing sufficient differentiation or added functionality, which will lead to user confusion." Then why'd you approve it in the first place? Oddly enough, they didn't rejec
    • by mgblst ( 80109 )

      Yeah, unlike every other software out there, which takes months to be approved. Unless you are releasing it yourself. You are living in a dream world my friend, living in a dream world.

      • Yeah, unlike every other software out there, which takes months to be approved. Unless you are releasing it yourself. You are living in a dream world my friend, living in a dream world.

        I've written code for both large corporate (> 50,000 employees) environments and very small companies. I've never had to sit around and wait for 2 weeks for something I wrote to be approved, with no feedback or interaction in the approval process.

        Perhaps I am living the dream, after all?

      • by mdwh2 ( 535323 )

        There is no other platform (except perhaps consoles) where software has to be "approved" by another company. Comparing Apple's slow mandatory permission requirement, to a company's own internal approval process, is highly misleading. If any other hardware company did this, there'd be an uproar here on Slashdot, but because it's Apple, the RDF kicks into play.

        When I publish an application for a phone such as my Motorola V980, I don't need to pay Motorola a penny, nor do I need a permission slip from them. It

    • by yabos ( 719499 )
      I think they should drop approval for application updates. There are some major problems with having to wait for updates to appear. Some apps rely on 3rd party APIs and when they change, your app is basically broken for weeks. Take the recent twitter API change that broke a bunch of apps. The users of the apps that leave bad reviews are generally clueless about how anything works and blame the app developer.
  • by foo fighter ( 151863 ) on Wednesday July 15, 2009 @11:39AM (#28704023) Homepage

    Yeah, it's too bad that it's harder to find good apps in the App Store when there are 50,000 than when there were 5,000.

    But that only means you now have to work for your supper, like any one else who publishes anything from books to music to movies to software.

    The same goes for those who complain that if they charge $50 for their app no one buys it.

    Wow, welcome to the world of microeconomics and price theory. And, again, promotion.

    Here's a clue: you don't have to use the app store as the only or even primary venue for promotion and discovery of your app. Yes, it's harder now than it was, but that's life in a competitive market place. The barriers to entry are lower than they've ever been for such an awesome platform, but that doesn't mean that becoming a success is any easier (nor should it be, if economic theory even kind of works as we understand it to) than it ever has been.

    Frakin' cry babies. Suck it up, wipe off your crocodile tears, and make something awesome.

    If you have anything legitimate to cry about it is Apple's dystopian app approval process.

    • Re: (Score:3, Interesting)

      by nine-times ( 778537 )

      Yeah, it's too bad that it's harder to find good apps in the App Store when there are 50,000 than when there were 5,000. But that only means you now have to work for your supper, like any one else who publishes anything from books to music to movies to software.

      Still, I think Apple could do better organizing the apps. For one thing, their categories are too vague. For example, the IM clients are all in "social networking" along with tons of other crap.

      Since Apple is keeping tight control of distribution, I think they're somewhat obligated to make it easier for people to find what they're looking for, for the sake of both developers and customers.

      • by mgblst ( 80109 )

        Yeah, they should have a 1000 different categories.

        There is always a compromise, and that sounds like a good category for IM clients, it is exactly what they are.

  • by Anonymous Coward

    From what I have heard from the few people who made apps they made about $2/hour when you take into account how many hours they spent on it. Yes they still have the potential to be discovered and pull an iShooter which also seemed like a forgotten app but then made a strong comeback but it is like lottery odds for that to happen for most of the apps. A lot of the 3D games are semi-financed by tie-ins to movies so it is already very hard to compete in that arena. How are you going to beat $1-5/app high qua

    • by coldtone ( 98189 )

      Personally I've had better luck with free apps.
      Flash Banner [appbeacon.com] Took 2 hours to write, and has made over $200 though ads. (That's money transferred to me, not pending earnings)

      Not much mind you, but still a decent return. (Minus the $99 dev fee of course)

  • by i_want_you_to_throw_ ( 559379 ) on Wednesday July 15, 2009 @11:58AM (#28704247) Journal
    My advice, jailbreak your phone. Apple touts the sheer number of apps as something wonderful but I don't need 5 different apps that can make my iPhone into a flashlight.

    Jailbreaking my iPhone in the first hour yielded me apps from Cydia that allow me to record video, tether my iPhone and most importantly blacklist callers and SMS. Just this morning I successfully got Perl 5.10 running on it.

    Point is, just don't look to the App Store if you want something useful.
    • Re: (Score:2, Insightful)

      by Ilgaz ( 86384 )

      Consider me old fashioned or some sort of militant person. I still keep staying away from iPhone since a device requires to be hacked to gather full functionality doesn`t make sense to me.

      I keep my love-hate relationship with Nokia and Symbian instead while using some really good J2ME apps. Being an OS X user myself and knowing what can it actually do really bugs me more about iPhone. I was also heart broken when Apple decided to make some FUD about J2ME instead of simply saying "No, we don`t include it.".

    • by westyvw ( 653833 )
      Yep, I have come to this conclusion as well. Apple has done too much to make it miserable to manage (looking at you ITunes) that the lack of what I expect as normal everyday features push it too far.
  • by Anonymous Coward
    Shameless plug for any iPhone Devs before I start; if you need any graphics/icons doing go to my site, Graphics Forge [graphicsforge.co.uk] So I do icons and graphics for the iPhone quite a bit, and what I see is a lot of devs that wouldn't normally be "in business" trying their hand at iPhone work. And sadly whilst there are some real geniuses, at least 75% of the new guys are hopeless dreamers that have no clue what they want (either from the app or from me, their designer) and seemingly put little to no thought into their
  • Make your app run on Symbian and possibly J2ME too, and gain up to 5000% from the approx. 2% global market share of the iPhone. :)

    (No, iPhone fans, I am not playing this down. I respect the iPhone for what it is. It's just that its global market share is really tiny. I wish your hopes all the best. But with statements like "Java is dead", and being the only phone to not have it, Jobs is not making many friends. ^^)

    Sure it may be outside of the box of what you expected as an answer. But it's not a bad idea i

    • by rgviza ( 1303161 )

      Java is alive and well on phones. The AmazeGPS app I started 3 hours ago should be coming up any time now on my LG phone... hopefully the bluetooth (for the GPS Puck) isn't bugging out necessitating me to restart it ...

    • What a fantastic idea...

      But is a Symbian, Blackberry or G1 fast enough to run my physics based 3d games at better than a 30 fps frame rate? Yea I though so...

      BTW, my games also require access to a accelerometer.

      Let me get started right away porting my stuff over to java!

  • Increasingly the App Store will become more like Amazon, with it's billions of items for sale. It will contain references from one product to another, it will contain suggestions based on the user's preferences and purchase history, but overall the App Store will cease to be the only way people market their apps.

    Remember all the other ways there are to make sure people are aware of your iphone app. The larger developers, and the larger clients (like Barnes and Noble and State Farm) already know this and mar

  • Craig Hockenberry: Year 2 [furbo.org] is possibly the most thoughtful piece about what Apple needs to improve, why, and how. You may want to pay him a visit.
    • The root of the problem: software is not music. Songs sell without iTunes, songs don't harm the device, songs don't bug. But songs are also not essential to sell the device...
    • Approvals: Emergencies..., Maintenance releases aren't viable...
    • Upgrades: currently there is no upgrade revenue...
    • Better rules: clear rules will make the process easier for everyone...
    • Be
    • Upgrades: currently there is no upgrade revenue...

      Actually that is no longer true with the in-store purchase option. If you wish to be paid for updates, that's now an option as long as you run them through that mechanism (though that' only data updates, you can still write code that the data updates enable latent features).

      • Unfortunately, that's a hack, and a kludgy one at best. I don't wat to start having apps update by an entire version number while pretending to be the last version -- would you want Office 2007 downloading a "patch" that's actually the full binary of Office 2010, laying dormant on your hard drive until you pay to unlock it?

        Hockenberry is right on just about every point and Apple would do well take that criticism to heart if they want to keep WebOS' inevitable growth coming out of Windows Mobile defectors in

  • As a customer of these apps, I DON'T CARE how long the approval process takes, I might even LIKE it.

    I *love* the fact that apple is looking at what is being written into these apps!! I don't want harmful or risky stuff to get on my phone, and if something bad happens, I want them to have the ability to do something about it.

    If the approval process takes a long time, maybe it will also make people think carefully before they send send an update to apple.

    I especially think that apple should slow down develop

It is easier to write an incorrect program than understand a correct one.

Working...