Iphone游戏,Full / Lite或应用内?

时间:2023-01-12 20:20:14

I am soon gonna release my first game on Apples AppStore, which is a Tower Defense game. My question is if the preferable choice is to release two version, one lite and one full, or to have one version with in-app purchase to unlock the rest of the game (levels 6-20)?

我很快就会在苹果AppStore上发布我的第一款游戏,这是一款塔防游戏。我的问题是,如果更好的选择是发布两个版本,一个精简版和一个完整版,或者有一个版本与应用内购买解锁游戏的其余部分(级别6-20)?

The first priority is to follow apple's guidelines (I do not want it rejected). Second priority is financial (which gives the most money) Lastly, which is easiest to maintain (I believe both methods are almost as easy to maintain if you do it right)

首要任务是遵循苹果的指导原则(我不希望它被拒绝)。第二个优先事项是财务(给予最多的钱)最后,这是最容易维护的(我相信如果你做得对,这两种方法几乎都很容易维护)

1 个解决方案

#1


0  

I think that many developers faced this problem, and i believe, that in-app purchase give you lot's of benefits and is really a right way to go.

我认为很多开发人员都面临这个问题,我相信,应用内购买可以带来很多好处,而且确实是一种正确的方法。

  1. You don't split up downloads. All the purchases of your app counts to the only one.That puts you higher in the App Store. All the reviews. All the stars. That's what you want.
  2. 你没有拆分下载。您的应用程序的所有购买都是唯一的。这会让您在App Store中更高。所有的评论。所有的明星。那就是你想要的。
  3. It's easier for user, who has chosen the free app to switch to the paid one. To press just one button is not the same as delete old one and install new app.
  4. 选择免费应用程序切换到付费应用程序的用户更容易。只按一个按钮与删除旧按钮并安装新应用程序不同。
  5. If saving user settings and progress is imortant for your app, you just save it in NSUserDefaults and continue using after upgrade. Imagine, what you'll need to do, if you have two separate apps.
  6. 如果保存用户设置和进度对您的应用程序非常重要,您只需将其保存在NSUserDefaults中并在升级后继续使用。想象一下,如果你有两个独立的应用程序,你需要做什么。
  7. Jailbreakers. They download cracked apps in Installous. Not your's.
  8. 越狱。他们在Installous中下载破解的应用程序。不是你的。
  9. You need to maintain only one app.
  10. 您只需要维护一个应用程序。

Of course, you'll need to implement in app purchase in your app, and there is still iAP cracker, but, as for me, choise is obvious.

当然,你需要在你的应用程序中实现应用程序购买,并且仍然有iAP破解者,但是,对我来说,选择是显而易见的。

#1


0  

I think that many developers faced this problem, and i believe, that in-app purchase give you lot's of benefits and is really a right way to go.

我认为很多开发人员都面临这个问题,我相信,应用内购买可以带来很多好处,而且确实是一种正确的方法。

  1. You don't split up downloads. All the purchases of your app counts to the only one.That puts you higher in the App Store. All the reviews. All the stars. That's what you want.
  2. 你没有拆分下载。您的应用程序的所有购买都是唯一的。这会让您在App Store中更高。所有的评论。所有的明星。那就是你想要的。
  3. It's easier for user, who has chosen the free app to switch to the paid one. To press just one button is not the same as delete old one and install new app.
  4. 选择免费应用程序切换到付费应用程序的用户更容易。只按一个按钮与删除旧按钮并安装新应用程序不同。
  5. If saving user settings and progress is imortant for your app, you just save it in NSUserDefaults and continue using after upgrade. Imagine, what you'll need to do, if you have two separate apps.
  6. 如果保存用户设置和进度对您的应用程序非常重要,您只需将其保存在NSUserDefaults中并在升级后继续使用。想象一下,如果你有两个独立的应用程序,你需要做什么。
  7. Jailbreakers. They download cracked apps in Installous. Not your's.
  8. 越狱。他们在Installous中下载破解的应用程序。不是你的。
  9. You need to maintain only one app.
  10. 您只需要维护一个应用程序。

Of course, you'll need to implement in app purchase in your app, and there is still iAP cracker, but, as for me, choise is obvious.

当然,你需要在你的应用程序中实现应用程序购买,并且仍然有iAP破解者,但是,对我来说,选择是显而易见的。