would you create an Android-only game

Started by
9 comments, last by Gian-Reto 9 years, 9 months ago

Hi,

I am currently working on a game for Android, because I have an Android phone. After a while of developing, I heard that iOS is a much better gaming platform, sales-wise. However, I don't want to do everything from scratch now, so I'd like to finish the Android version and who knows, in the future I might create an iOS port.

I'm just wondering if someone here has some experience with developing only for Android; is it also possible to earn money there*, or would you definitely recommend making an iOS version as soon as possible?

* the game will not have ads, it will only have an unlockable full version

Advertisement

I think it's reasonable to expect to be able to make something like 2x to 5x the amount of money on iOS than you do on Android.

Does that mean you should switch to iOS right now? Not necessarily, iOS might be the bigger market sales-wise, but you can get pretty good download numbers on Android (it's converting them to paid that's harder). You can always see Android as an extended soft launch, so that when you come to release on iOS, you've fixed all the bugs and smoothed out any difficulty spikes and optimised your up-sell, etc.

No, since there are a few frameworks that enable you to target multiple platforms without too much effort. Marmalade (c, c++, or lua) and Cocoonjs are decent.


Does that mean you should switch to iOS right now? Not necessarily, iOS might be the bigger market sales-wise, but you can get pretty good download numbers on Android (it's converting them to paid that's harder). You can always see Android as an extended soft launch, so that when you come to release on iOS, you've fixed all the bugs and smoothed out any difficulty spikes and optimised your up-sell, etc.

On top of this, there are also a few costs involved to adding iOS support - the cost of an iPhone/iPad, a Mac, and the developer's licence. Android is considerably cheaper to develop on.

@ smr: I know, but as I mentioned in my original post, I would have to re-write the whole engine now, and I'd prefer to finish the Android version soon instead of re-starting from scratch

It is a business decision, just like all the other decisions.

I would certainly finish whatever you are doing now. Statistically your first several projects are going to fail, so get those all out of the way as quickly as possible.

I'd consider moving to a multi-platform environment.

The general idea behind making a game on Android is to increase revenues from a successful iOS title.

Games sell better on iOS, and assuming the right tech, the port can be pretty straightforward, so netting an extra 20% sales really helps recouping investment.

Going straight for an Android game and netting less than 1/4 the sales does not appear advisable, unless you have a means to have a lot of exposure on Android, or your intent isn't profitability itself.

Honestly from the sound of it, I guess that releasing the game just for Android (at least initially) may make sense, it'd be better than having nothing. Just be warned that the single payment method on Android is unlikely to be successful (in fact it's pretty much a hard sell on iOS too, mobile is pretty much free-to-play or ad-based territory).

Don't pay much attention to "the hedgehog" in my nick, it's just because "Sik" was already taken =/ By the way, Sik is pronounced like seek, not like sick.

Android has by far the biggest market share, but yes that doesn't necessarily mean more downloads or sales, as there's more competition, and more available for free.

If you want to maximise sales, then use cross-platform tools (which would be recommended even for just Android and IOS) and port to all mobile platforms (no need to stop at just two). If you want to pick one platform, it's probably better to do that sooner rather than later - though there're a lot of guesses in this thread and it's hard to really use any of that as a basis. If you've already got an Android-specific version, then stick with that - I agree with the other comments, it's far better to keep with what you're doing, then to completely switch platform on a hunch.

When comparing costs, also consider things like revenue from ads (which Android would benefit from the much larger market share) - you've said your game won't have ads, but why not consider that, if you're after the best way to make most money?

I don't think making money is easy on any platform - a lot of the success stories you hear are either the ones who got lucky and now get loads of publicity for it, or the ones backed by a massive advertising campaign.

http://erebusrpg.sourceforge.net/ - Erebus, Open Source RPG for Windows/Linux/Android
http://conquests.sourceforge.net/ - Conquests, Open Source Civ-like Game for Windows/Linux

well the reason why i don't want to use ads is simply that i don't like them myself, and though it might sound like it in this thread, money and profit is not the single thing i am focusing on. i want to create the game exactly like i imagine it to be, without compromises. but after that, of course i'd still like to make it sell considerably well. i don't know if it will work out, of course :)

This topic is closed to new replies.

Advertisement