This article raises a point about getting paid. I haven't seen any solid approaches (other than SaaS) about getting paid with HTML5 apps. Between your source (effectively) being available to the public and no clear way to do "mini" payment ($0.99), it limits what a indepedent developer could bootstrap with.
Why I develop for iOS
21–30 of 81 posts
Re: Why I develop for iOS
#22You need to do memory management, need to work with design patterns, learn a new language, and more. While he does raise some valid points (with which I still disagree, but then again I wouldn't be caught dead on anything by Apple, so I'm biased too), this is plain and simply nonsense. Assuming someone knows neither Objective-C nor any language (including HTML) for web development, the learning curve is probably abou…
Re: Why I develop for iOS
#23You need to do memory management, need to work with design patterns, learn a new language, and more. While he does raise some valid points (with which I still disagree, but then again I wouldn't be caught dead on anything by Apple, so I'm biased too), this is plain and simply nonsense. Assuming someone knows neither Objective-C nor any language (including HTML) for web development, the learning curve is probably abou…
I don't think this was intended as a put down, it's just a fact that there are a ton of ways to put together a simple web app and some of them are very accessible.
Re: Why I develop for iOS
#24I don't think this is the reason that the app store prints money as much as the 300+ million credit cards that iTunes has.
Re: Why I develop for iOS
#25All good reasons. My reasons are: -- The Apple frameworks are first class. In the past 20 years, there has never been a set of GUI frameworks that I've seen that was anywhere near as good as things are in iOS right now. (I've not looked at android, but it being based on Java doesn't fill me with hope. A lot of what makes CocoaTouch work so well is due to Objective-C.) -- You can write an app once and have it run on i…
If you don't want to deal with the backend on Android there are solutions that shouldn't be all that different from Apple's 30% cut.
Re: Why I develop for iOS
#26Disclaimer: I'm a full time indie iphone developer. I'm an iOS developer for one reason: it is the best platform if you want to start your own business and keep writing CODE. Apple takes care of distribution, payments, marketing (via features and top lists), and some legal issues (you get a default ToC with every app). What this means in practice is that I spend roughly 80% of my time actually in the code, which is s…
Re: Why I develop for iOS
#27Disclaimer: I'm a full time indie iphone developer. I'm an iOS developer for one reason: it is the best platform if you want to start your own business and keep writing CODE. Apple takes care of distribution, payments, marketing (via features and top lists), and some legal issues (you get a default ToC with every app). What this means in practice is that I spend roughly 80% of my time actually in the code, which is s…
That hasn't been my experience. My experience has been that once you drop off the "new & noteworthy" sales tail off pretty sharply. The app store is very competitive now.
Re: Why I develop for iOS
#28Disclaimer: I'm a full time indie iphone developer. I'm an iOS developer for one reason: it is the best platform if you want to start your own business and keep writing CODE. Apple takes care of distribution, payments, marketing (via features and top lists), and some legal issues (you get a default ToC with every app). What this means in practice is that I spend roughly 80% of my time actually in the code, which is s…
Speaking from experience, you can literally throw just about anything on the app store and it will make a couple hundred a month. That hasn't been my experience. My experience has been that once you drop off the "new & noteworthy" sales tail off pretty sharply. The app store is very competitive now.
If you want to make more than 1K/month, then yes, it is pretty darn competitive.
Yes there are 450K apps on the app store, but if you have a well made app that fits a need and isn't "yet another flashlight" you're already ahead of 99.9% of the junk out there.
Re: Why I develop for iOS
#29Disclaimer: I'm a full time indie iphone developer. I'm an iOS developer for one reason: it is the best platform if you want to start your own business and keep writing CODE. Apple takes care of distribution, payments, marketing (via features and top lists), and some legal issues (you get a default ToC with every app). What this means in practice is that I spend roughly 80% of my time actually in the code, which is s…
Would you say that saving all of that hassle is worth the 30% you give to Apple?
Re: Why I develop for iOS
#30This article raises a point about getting paid. I haven't seen any solid approaches (other than SaaS) about getting paid with HTML5 apps. Between your source (effectively) being available to the public and no clear way to do "mini" payment ($0.99), it limits what a indepedent developer could bootstrap with.
Regarding mini payments, what about Google Checkout for the chrome web store? If Checkout accounts are the same as Android Market accounts, you have lots of people with credit cards on file already for 1-click payments.