游戏邦在:
杂志专栏:
gamerboom.com订阅到鲜果订阅到抓虾google reader订阅到有道订阅到QQ邮箱订阅到帮看

开发者传授打造iPhone手机游戏项目全攻略

发布时间:2011-02-01 06:00:20 Tags:,,,,

游戏邦注:本文作者为手机游戏开发者布莱恩·罗宾斯(Brian Robbins),他在文中介绍了开发iPhone游戏所需注意的事项及流程。

无庸置疑,iPhone已成为业内最热议的游戏开发平台之一。尽管这一领域已有不少现成的iPhone游戏开发指南,但对于尚无丰富的iPhone游戏开发经验的人来说,这些指导信息仍然容易引起不少困惑和误解。

本文撰稿的目的在于为开发商指点迷津,让各位对iPhone游戏开发有更准确的认识和了解,内容涵盖iPhone游戏开发初始阶段到进入App Store的整个详细流程。

总体而言,iPhone游戏的开发流程遵循了大多数掌机游戏的模式:先是产生灵感,然后进入开发阶段,经过一些终级测试,然后提交给应用商店审核,最后是发布游戏,并进行市场营销活动。谁能在每一个步骤中拨得头筹就能以最小的代价大获全胜。

在这个过程中,有一些要点iPhone游戏开发者尤其需要重视。如果这是你的第一款iPhone游戏,那么在项目开发完成之前,你得先走完一个必不可少的商务和法律流程。虽然提交申请的程序很重要,但最终的市场营销可能才是成功发行游戏的最关键要点。

iphone-games

iphone-games

项目开发申请

假设这是你的第一款iPhone游戏,那么第一步就是获得iPhone开发者计划(iPhone Developer Program)的批准。你可以注册年费99美元的标准项目,而不是选择企业项目。

需要注意的是,只要你向iPhone开发者计划提交了申请并通过认可后,你就会自动成为Team Agent。这时你的帐号就得到充分授权可以执行各项操作。你只能通过Team Agent与苹果签定协议,而且只能经由这个帐号生成促销代码用于你所发布的手机应用。你也可以变更你的Team Agent,但是这样一来,你需要联系苹果有关负责人来改变这项操作,所以想要避免麻烦,你从一开始就要找对担任Team Agent的人。

一旦提交了申请,苹果会花一些时间来审核你的申请资料。在2008年夏天的时候,这个过程可能需要几个星期甚至几个月,但现在只需几天时间即可。你可以在获批之前就着手开发iPhone游戏。但在应用被批准之前,你只能通过软件模拟装置测试应用,而不能在实际的硬件设备上执行这种操作。

协议/银行帐户

一旦你的开发项目获批了,Team Agent就要登陆到iTunes Connect以确保所有的协议和银行帐户信息已经设立完善。默认协议只允许开发商向App Store提交免费的手机应用。如果你要开发的是付费应用,你就需要让Team Agent勾选“付费应用”的协议。

与此同时,你要确保在iTunes Connect的银行帐户和税收信息在都已经填妥,否则就无法通过付费应用申请。这些事最好尽早完成,不要让它拖延你的游戏发布时间。

另外还要特别留意iTunes Connect里的特定税收协议信息,最好根据你所在地区,将所有额外信息选项填充完整。

itunes connect contracts

itunes connect contracts

选择硬件平台

开发者需要有一台基于英特尔的Mac OS X设备,采用的操作系统是OS X 10.5+系统。我强烈推荐使用10.6(Snow Leopard)版的操作系统,单单静态分析器一项就抵过最低的升级成本了。除此之外还需要注意不同版本操作系统之间的区别。

iPhone手机

iPhone:最慢的处理器和内存

iPhone 3G 与iPhone完全相同的处理器和内存

iPhone 3GS 最快的处理器和更多的内存,更好的图像芯片

iPod Touch

第一代:与iPhone、iPhone 3G相同的处理器和内存

第二代:比iPhone、iPhone 3G更快的处理器,内存与iPhone、iPhone 3G相同

第三代:处理器、内存、3D图像芯片与iPhone 3GS相同(游戏邦注:这是2009年底的情况)

从性能测试方面来看,第一代iPod Touch、iPhone和iPhone 3G在本质上是相同的,第二代iPod Touch的处理器略快一些,所以在项目开始前,要注意首选开发平台的基本特征。iPhone 3GS和第三代iPod Touch彼此相同,并且都比之前几个版本的运行速度更快,同样多了128MB的内存。

遗憾的是,人们总是被高端配置的最新产品所迷,所以如果你只盯着最新的平台,失去的不但是已成规模的5000万以上的安装用户,而且同样不免被追求更新款产品的用户所抛弃。

同样,除非你的游戏仅限运行于iPhone,不然最好确保它也同样适用于iPod Touch。iPod Touch是一个不容忽视的市场,游戏玩家在iPod Touch用户中的比例高达75%。

itunes connect contracts

itunes connect contracts

编程

苹果iPhone SDK要求开发商使用Xcode,以及苹果的编译器和编程工具。当然也有人不想使用Xcode,但是这个问题并不在本文的讨论范围内。

苹果及市场上所提供的大多数iPhone应用样本都是用Objective-C编写的。所以如果你想学Objective-C,在寻找源代码样本、苹果教程上就会很省心省力。因为Objective-C是由C语言延伸而来的,所以你还可以在相同的源文件上编写C代码和偶函数。

Xcode环境同样可以无缝兼容C++,不过由于Xcode直接对应的是C语言,所以它处理C++的方式并不那么理想,而且市场上也很少有C++样本可以提供参考。

iPhone SDK配套提供的iPhone Simulator真是超级好用的开发工具,它可以完美地模拟iPhone手机的多数配置,在过去18个月中,我只发现了一些它和实际手机硬件处理表现不一的情况,而且这一点也是受到特定的技术标准所限。

究竟是什么技术限制呢?比如说,模拟处理器的运行速度和内存都取决于你的电脑配置,所以如果用这种模拟装置来进行性能测试,那是没有意义的。另外,模拟装置中也没有加速输入功能(游戏邦主:不过有不少第三方解决方案可以帮助处理这个问题)。

最后,这个模拟装置的多指感触技术输入也有一些问题,不可同时输入两个感触命令。对于大多数的功能和核心逻辑测试来说,模拟装置的表现会与实际硬件相差无几,而你的应用构建、部署和测试次数也会明显少于在实际硬件上的操作。

至少对大多数游戏的开发来说,除了性能测试,模拟装置它可以提供更快速、更高效的测试,而且不用担心应用在实际硬件测试中的无法兼容问题。

测试

在游戏提交审核之前,首先要进行测试和优化,最好多试几个硬件平台,至少要在第一代iPod Touch、或者iPhone、iPhone 3G上测试一番,以确保游戏可以在所有硬件平台上顺利运行。

同时要保证测试是在全新安装的前提下进行,在开发过程中,这一点很容易被忽略。升级版本的测试也同此理,必须在原版本存在的情况下,分别进行全新安装测试、升级版本测试。

除此之外,你必须确保游戏在任何时候都足以应对干扰。因为你已经把游戏植入手机平台中,游戏很有可能在毫无预兆的情况下被中断,这将导致玩家的游戏进程受阻,那么这个时候他们就会很抓狂。所以你一定要提前假设这种情况,并及时提供解决方案。

一般准则是,你的游戏无入发展到哪个阶段都应该可以保存或另存。重新开始仅适用于那种可以快速升级的情况,如果超过一两分钟,就会很让一部份玩家崩溃了。

同样要确认游戏具有自动检测并与网络连接的功能。iPhone可支持连接到WIFI、T&Ts 3G 和EDGE网络,或者根本没有网络。那么你的游戏应用就必须能够检测出这种网络情况,并作出正确的反应。

如果因手机无法连接到网络而导致游戏暂停,这种情况可就很不妙了。你的游戏最起码要通知玩家去建立网络连接才可以体验游戏。这一点对苹果来说非常重要,如果游戏缺乏或者不能检测到风络连接,那么就有可能过不了应用审核关。

审核

所有工作完成后,你帐号上的Admin会通过iTunes Connect将应用提交给App Store。建议你在提交之前先过一遍这个流程,这样就能明确哪些是应用审核所需要的材料。你得提交应用产品描述、关键词、截屏和Logo并以二进制模式上传。

itunes connect

itunes connect

这个二进制模式是一个发行二进制,在应用提交审核之前无法测试这个二进制。遗憾的是,它的标注与之前任何版本的内容差别不小,所以你没法在任何机子上安装这种东西。有些开发商曾在自己的应用产品中发现了一个漏洞,而且就在发行构造中,当然这种情况也还比较罕见。

定价

给iPhone应用制定合理的价格是个不小的难题。目前App Store大部分游戏的售价都介于0.99美元至2.99美元之间,还有一小撮售价是4.99美元,几乎没有超过9.99美元的游戏。这个市场上有不少开发商中都在打大价格战,结果导致了0.99美元的廉价应用大量涌现。如果开发商不具有Rock Band或PopCap一样的知名度,基本上不要指望获得理想的曝光率,更别说是卖出好价钱了。

不过苹果在iTunes引进应用排行榜后,倒是为游戏和应用创造了博取高价位的条件。这些上榜的应用收益可能与廉价应用相当,但它们却不需要像后者一样,通过薄利多销,以庞大的下载量实现与其他产品等值的营收。

苹果在2009年10月底开始允许免费应用植入内置付费内容,这种创收方式之前只能在付费应用上实现。这样做的好处是,免费应用可以轻松实现比付费应用多20甚至40倍的下载量。当然,现在还不能断言这种模式究竟是否有利可图(游戏邦注:这是2009年的情况),但是最近已有一些游戏已经率先采用这种模式进军App Store了,《Gravity Sling》就是其中之一,它在该应用商店露面头两周,约有2%的免费玩家购买了其中的内置付费内容。

gravity sling downloads vs purchase_global

gravity sling downloads vs purchase_global

发布

App Store的应用审核过程一般要历时2至3周,但这个时间长短并非准数。在2009年初,应用审核周期差不多是1个星期,但2009年6月份的苹果全球开发者大会结束之后,多数应用审核时间都延长至5到6周,甚至还不止。目前还没有哪条可缩短这个过程的捷径可走,最好的办法就是参照苹果开发中心发布的审核进度说明(游戏邦注:在2009年12月时据称95%的应用审核周期是14天)。

当应用通过审核之后,Team Agent和Admins会收到苹果批准应用产品上市销售的电子邮件。这个时候应该马上登录iTunes Connect并将应用发布时间更新为当前日期。这样做可以使应用在App Store显示的发布时间与实际发布日期一致。如果不更新,系统就会默认应用发布时间为iTunes Connect设置的日期,或者苹果批准应用销售的那一天。

举例说,如果你的应用是在12月15日通过审核,而iTunes Connect给它设定的发布时间是12月5日,那么应用就会被划分到12月5日发布的那一批产品中。相反,如果你的应用核准日期是12月15日,而在iTunes Connect设定的发布日期是12月20日,那么就可以在12月20日这一天才发布产品,但它还是会被划入11月15日发布的产品行列。

唯一能让你跻身最新应用榜单的办法就是,在iTunes Connect上把应用发布时间设置成它通过审核的那一天。应用更新版本的发布情况则略有不同,如果你推出了应用的更新版本,那么系统显示的就是它的更新获准日期,但不会把它排入最新发布应用的行列。

销售

及早采取行动,开展多种市场营销活动有助于推动应用销售。这些推广活动效果虽然不能立杆见影,但它们的作用相互积累起来,就很有可能让你的产品进入App Store应用100强榜单。这些榜单主要根据下载量、营收情况对应用进行排名,而且更侧重应用在最近48小时内的市场表现。

对传统的游戏发行商来说,他们遇到的一个麻烦就是无法预知苹果何时会通过应用审核,从而导致无法提前安排产品发布日期。当然开发商可以在通过审核后,选择一个特定的时间发布产品,但是这么做势必会加强对市场营销活动的依赖,而且也会错过时机,导致产品无法进入最新发布应用榜单。

所幸大多数iPhone应用评论网站都已十分熟悉这个流程,而且非常擅长解决这类问题。如果你准备购买媒体广告,大多数网站会让你在应用通过审核后敲定一个游戏发布时间,你也可以在产品发布之前向这些评论网站提供一些预热信息,这样他们就可以事先对应用进行评论。

除了产品样本,苹果还为每个版本的应用提供多达50个的促销代码(提交一个更新版本的应用,系统将重新把促销代码设置为50个)。所有评论网站都可以通过这些促销代码对产品进行评论。在应用发布前,你要和提前和网站联络,确定接收原促销代码的负责人。

Twitter和YouTube也是颇有人气的iPhone应用推广渠道。发布在YouTube上的预告文章浏览数量可达成千上万次,在Twitter上也几乎可以看到所有iPhone评论网站活跃的身影。

除了一批主流的iPhone评论网站,还有成千上万的个人网站和小网站都可以对应用进行评论。虽然它们的影响力都不大,但如果从每个人可以将信息传播给10-50人的情况来看,这些网站累积起来的影响力也非常之大,成功而长期的市场营销、推广活动都很擅长利用这种微传播的渠道优势。

regions and categories

regions and categories

注意事项

iPhone应用开发过程并没有大家想象中的那么复杂和恐怖,我就已经找到了最快捷有效的方法,但仍然还有一些需要提醒各位特别注意的事项:

牢记协议或银行帐户要填写完整。苹果不会提醒你合同还未签署或者银行帐户还未设立。如果你事先没有注意这一点,甚至等到应用已经通过审核的那一天才发现误了正事,如果这些信息不健全的话,你的应用就很可能被App Store拒之门外。

请详细阅读苹果相关政策。苹果会驳回有违App Store相关规定的应用。岂今为止我还没有哪一款应用因为这个问题而被苹果拒绝。如果你仔细阅读并服从了苹果的相关政策,就可以大大减少应用被驳回的概率。虽然苹果政策中还有一些指向不明的灰色地带,但大多数条款都很明确,很容易理解并照章执行。

关键词和产品描述。苹果会监控应用审核申请中的关键词和产品描述。如果你的关键词涉及其他产品,或者产品描述不合规范,那么就很有可能被拒绝。

测试和错误处理。我们在上文中已经提到,要确保你的应用可以正确处理各种错误情况,尤其是网络连接问题。

应用发布日期:要确认应用显示的发布日期究竟是在iTunes Connect设定的时间,还是苹果通过审核的那一天。

结论:

通过iPhone和iPod Touch打造一个赚钱的项目是完全有可能的,成功的开发商不能只着眼于开发好游戏,而且还得舍得在商业运作和市场营销上投入同样时间和精力。那些笃定自己单纯靠开发出一款好游戏,然后坐等财源滚滚的开发商注定会失败。这一行的市场竞争很激烈,但精明的开发商不但可以在此立足,还能获得更广阔的发展空间。(本文为游戏邦/gamerboom.com编译,转载请注明来源:游戏邦)

iPhone Development: Everything You Need To Know

There’s no doubt that the iPhone is one of the most talked about platforms in game development today. While there is a lot of great information available for developers looking to get into iPhone development, there is also lots of misconceptions and misinformation that can be difficult to filter out for anyone not actively engaged in the process of developing for the platform.

This article, originally presented as a lecture at the recent IGDA Leadership Forum, will cover the overall process of developing an iPhone game from start to App Store and beyond. The goal is to separate facts from myths and give developers an accurate idea of what to expect.

Overall, iPhone projects follow a fairly similar process to that of most console games: start with an idea, go into development, perform some final testing, then submit to cert, launch, and then follow up with ongoing marketing. Developers who approach their titles anticipating each of these steps will be the ones that have the most success and least frustration with the process.

There are a couple points in this process that are fairly unique to iPhone development. If this is your first iPhone game, then there is a crucial business and legal step to go through before completing development. The submission process is also a little bit unique, and finally marketing is perhaps the single most important aspect of having a successful launch.

Dev Program Application

Assuming this is your first iPhone game, then the first step in the process is getting accepted to the iPhone Developer Program. You will want to sign up for the Standard $99/year program, not the Enterprise program.

The important thing to realize here is that whoever applies to the iPhone Developer Program will automatically becomes the Team Agent, once accepted. While accounts can have Admins which can do almost anything, the Team Agent is the only person who can approve contracts with Apple, and it is the only account that can generate Promo Codes for released apps. It is possible to change your Team Agent, but it is a manual process that you need to contact Apple to do, so it is much easier to start with the proper person from the beginning.

Once you complete the application, Apple will take some time reviewing your application before accepting it. This process is likely just a few days now, though in the summer of 2008 it could take weeks or even months to get approved. You can start developing your iPhone game before you are approved. You will just be limited to only being able to test against the software simulator and will not be able to deploy and test against actual hardware until your application to the developer program has been approved.

Contracts / Banking

As soon as you are approved for the dev program, the Team Agent should log in to iTunes Connect to ensure that all contracts and bank account information is set up. The default contract only allows developers to submit free apps to the App Store. If you plan to charge money to purchase your apps, you will need to have the Team Agent approve the Paid Applications contract.

At the same time, you should also make sure the bank account and tax information in iTunes Connect is completely filled out. Your paid app will not be able to be released until all of this is completed properly; it is much better to do it early so this doesn’t become the reason your launch is delayed.

Also pay attention to specific tax treaty information on iTunes Connect, and be sure to complete any additional forms that may be necessary depending on your location.

Development Hardware

Developers will need Intel-based Mac OS X machines with OS X 10.5+. I highly recommend 10.6 (Snow Leopard) as the Static Analyzer alone is worth the minimal upgrade cost. For hardware, there are a few variations in platforms to be aware of. This Apple KB article gives ways to tell which version of iPod Touch you have.

iPhone

iPhone. Slowest processor and memory

iPhone 3G. Identical processor and memory to iPhone

iPhone 3GS. Faster processor and more memory. Better graphics chip.

iPod Touch

1st Gen – Processor and memory identical to iPhone and iPhone 3G

2nd Gen – Processor faster than iPhone and iPhone 3G, memory identical to iPhone and iPhone 3G

3rd Gen / Late 2009 – Processor and memory same as iPhone 3GS, 3D Graphics chip identical to iPhone 3GS

For performance testing purposes the 1st gen iPod Touch, iPhone, and iPhone 3G are essentially identical. The 2nd gen iPod Touch has a slightly faster processor — so be aware of this if it is the primary development device. The iPhone 3GS and 3rd gen iPod Touch are identical to each other, and significantly faster than the other devices; they also come with 128MB more memory.

While it’s tempting to focus only on the newest platform with the highest specs, this is a bad idea. Consumers can still by an iPhone 3G new for $99 and the smallest capacity new iPod Touch in stores today is still the 2nd gen iPod Touch platform. If your game only targets the newest platform you will be missing out not only on the 50+ million installed devices already out there, but also could very well be missing out on a consumer who goes into the store today and buys a brand new device.

Similarly, unless your game requires an iPhone-only feature, you should make sure that it works well on iPod Touch devices. iPod Touches are a very significant part of the marketplace, comprising nearly half of the available hardware. Depending on the game, iPod Touch users could be as high as 75 percent of the playerbase.

Programming

The iPhone SDK from Apple assumes developers will be using Xcode, Apple’s compiler and programming toolset. While it may be possible to avoid using Xcode, doing so is beyond the scope of this article.

Most iPhone examples from Apple and elsewhere are written in Objective-C, a set of extensions to the C language based on Smalltalk. As such, if you are willing to learn Objective-C, you’ll have the easiest time finding source code examples, tutorials from Apple, etc. Since Objective-C is an extension to C, you are also free to write C code within the same source files and even functions.

The Xcode environment also fairly seamlessly handles C++, though it’s not quite as straightforward to do so as it is to stick to plain C, and there are far fewer C++ examples available to learn from.

The iPhone Simulator that comes with the iPhone SDK is incredibly useful for development. It almost perfectly emulates most aspects of the iPhone OS and in the past 18 months, I’ve only found a couple situations where the simulator would handle things differently than actual hardware, outside of some very specific limitations.

So what limitations? Namely, in the simulator processor speed and memory are based on your computer hardware, and as such the simulator is useless for performance testing. There’s also no accelerometer input in the simulator (though there are third party libraries that aim to assist in this problem).

Finally, with the simulator, multi-touch input is somewhat awkward, and it is impossible to input more than two touches at one time. For most functionality and core logic tests, the simulator will be identical to the hardware and your build, deploy, and test times will be significantly less than deploying and testing on actual hardware.

The bottom line is that for most development needs, outside of performance testing, the simulator will let you have a much quicker rev and testing time, with very little need to worry about incompatibilities when you run on actual hardware.

Testing

When it comes time to test and polish your game prior to submission, be sure to test against a variety of hardware. At a minimum you should have at least one first gen iPod Touch or iPhone or iPhone 3G to make sure that your game runs well on all hardware.

You should also make sure that you test against a clean install of the app. This is very easy to miss in development, but is critical to ensure you aren’t assuming default values that don’t exist in a clean install. Similarly, when working on an update, be sure to test against both a clean install as well as an upgrade install over an existing previous version build.

Game Advertising Online

You also need to make sure your game can handle interruptions at any time. Given that you’re deploying to a phone platform, it should be assumed that your game will be interrupted with no advance notice, and players will become very frustrated if they lose progress as a result.

The general rule is that your app should be able to save and restore to any state in the game. Resetting back to the beginning of a level may be acceptable for quick levels, but having to start over on anything longer than one or two minutes will likely frustrate some number of players.

Similarly, you must ensure your game properly detects and handles an internet connectivity state. The iPhone can connect over WiFi ,or AT&Ts 3G and EDGE networks, or have no connectivity at all, and your app must be able to detect this and respond appropriately. (Of course, iPhones in other territories have the same capabilities, primarily over 3G networks and WiFi.)

It is generally not acceptable to simply time out if the phone is not connected to the network; rather, you should proactively notify the user that they need to enable an internet connection for that feature. This is a key point for Apple, and improper detection or lack thereof will generally result in a rejection upon submission.
Submission

When everything is complete, an Admin user on your account will submit the app to the App Store via iTunes Connect. It is recommended that you walk through this process before preparing to submit, so you are aware of exactly what is asked for at submission. You will need to have your app description, keywords, screenshots and logos all ready to go along with the binary to be uploaded.

The binary that will be uploaded is a distribution binary, and it is not possible to test this binary prior to submitting it to Apple. Unfortunately, it needs to be signed differently than any other version built previously, and as a result you will not be able to install it on any devices. There have been a very few reported instances of developers who found their final build had a bug that appeared to only exist in the distribution build, but this is very rare.

Pricing

Pricing an iPhone app correctly can be a significant challenge to get right. Most games are currently priced between $.99 and $2.99, with a few at $4.99 and very few at $9.99. In general there is a feeling of a “race to the bottom” in pricing among many developers, which has lead to the huge number of $.99 apps. It can be difficult to successfully generate sales at a higher price point without the advantage of having a big brand like Rock Band or PopCap to drive interest and visibility.

Recently, Apple introduced Top Grossing charts into iTunes, which has helped for games and apps that do charge a higher price point. These apps can actually gross as much as cheaper apps, but do not get the same number of downloads or purchases to compete on a one-to-one download basis with $.99 apps.

In late October, Apple began allowing free apps to have In-App Purchase content, where previously this was only available to paid apps. The advantage with this is that free applications can easily have 20 to 40 times as many downloads as paid applications. It is still a bit too early to see if this model will be lucrative, but some of the first games developed for this business model have hit the App Store. Our own game Gravity Sling was one of the first to do this and the first couple weeks of availability show that around 2 percent of free players purchased in-app content.

Launch

Recently, apps have taken around two to three weeks to be approved, but there are no guarantees of timing. In early 2009, approval times were around one week, while just after Apple’s Worldwide Developers Conference in June, many apps took four to five weeks, or more, for approval. There is no known way to speed this process up, and your best guidance is a status report on the iPhone Dev Center that Apple has posted which states how long typical approvals are taking (at the time of writing this says that 95% of apps are being approved within 14 days).

When the app is approved the Team Agent and Admins will get an e-mail stating that the application has been approved for sale. Someone should immediately log in to iTunes Connect and change the application release date to the current date. This should make your application release date in line with the actual release date of the game. If you don’t, the date will currently default to whichever is earlier — the date set in iTunes Connect or the date Apple approves the app.

This means that if an app is approved on December 15th, and the release date set in iTunes Connect is December 5th, the app will appear (and be sorted) with a release date of December 5th. Conversely if the app is approved on December 15th, and the release date is set to December 20th, the app will become available on December 20th, however it will appear (and be sorted) with a release date of December 15th.

The only way to be at the top of the New Releases list is to set the release date in iTunes Connect to the same day the app is approved. Until recently, this logic held true for updates as well, but that is no longer the case. Releasing an update will cause your app to say that it was updated on the date the update is approved, but you will not appear at the top of the New Releases again.

Marketing

The key to marketing on the iPhone is generally to get as much and as wide of a marketing push all at the same time as possible. This way each promotion will stack on top of each other, ideally with an end result of pushing your game into the Top 100 charts. These charts are based on a weighted average of either downloads or revenue depending on the chart, and appear to be heavily weighted towards the most recent 48 hours.

The challenge for traditional publishers is that the release date for a game typically isn’t known ahead of time, as it becomes whatever day Apple approves the app. Developers can pick a specific release date after that point, but doing so will result in a complete dependence on external marketing since the game will not be listed in the New Releases.

Fortunately, most iPhone review sites are familiar with this process and very good at working around these limitations. If you plan to do media buys, most will let you lock down the time once you know your app is released. You can also send review sites advance “AdHoc” builds of your app prior to release so they can potentially have a review ready ahead of time.

In addition to advance copies, Apple provides up to 50 promo codes for each application version (submitting an update will reset the promo codes available back to 50). All review sites will accept these promo codes to review apps. Prior to launch, you must get in touch with sites to know who should receive the initial promo codes.

Twitter and YouTube are also proving to be very popular channels for iPhone app promotion. Trailers on YouTube can be viewed thousands of times, and nearly all iPhone review sites are very active on Twitter as well.

While there are a few major iPhone review sites, there are hundreds if not thousands of individuals and tiny sites also doing app reviews. While no single one of these is significant, in aggregate they have a significant impact as each person may influence 10 to 50 people. The most successful long-term marketing and promotion will realize this and will try to do things to take advantage of these micro-channels.

Typical Problems

Contrary to the seemingly prevalent stories about the horrors of iPhone development, I have found the process to be fairly straightforward and easy to manage. However, there are a few problem areas that you should pay particular attention to:

No Contracts or Banking. Apple will not remind you that you do not have the proper contracts signed, or that your bank accounts are not properly set up. If you are not proactive about this, then you may not even realize that this is not completed until your app has been approved, yet cannot appear on the app store until these steps are completed.

Failure to follow guidelines. Apple will reject apps that do not follow their guidelines. I have never had an application submission rejected for any reason. If you read the guidelines and you follow them, it is far less likely that you will run afoul of any of Apple’s policies and get rejected. There are some gray areas that are open to interpretation, but most of their policies are fairly straightforward, and it is easy to know if you are in compliance.

Keywords / App Description. A few months back Apple started monitoring keywords and app description with application submissions. Apps that mention other apps in their keywords will get rejected, as will those with misleading descriptions.

Testing & Error Handling. As previously discussed, be sure your app properly handles various error states, particularly around network connectivity.

Release Date. Remember that the release date of your app will be shown as the earlier of the day you have set in iTunes Connect or the date that Apple approves your app.

Conclusion

It is absolutely possible to build a profitable business developing games for the iPhone and iPod Touch. To be successful, developers must focus not only on creating great games, but they must also devote time and energy to the business and marketing side of game development too. Developers who believe they can simply make a great game and wait for the money to roll in are destined to fail. There is a huge amount of competition and noise in the marketplace, but the space does reward savvy developers, and the upside can be very significant. (source:gamasutra)


上一篇:

下一篇: