从iPhone应用程式下载新的应用程式 [英] Download new app from within an iPhone-app

查看:192
本文介绍了从iPhone应用程式下载新的应用程式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经开发了一款游戏,并计划制作该游戏的Lite版本,以推广游戏的高级版本。有关如何使应用内购买的信息很容易找到。但是我找不到如何在购买之后从我的Lite版本中实际下载应用程序。我不打算将lite版本更新为最佳版本,而是将高级版本视为必须下载的新应用程序。

I have developed a game and are planning to make a "Lite" version of that game in order to promote the "Premium" version of the game. Information about how to make In-App-Purchase is easy to find. But what I cannot find is how to actually download the application from within my Lite-version, after the purchase. I do not intend to update the lite version to a preimum version but instead treat the premium version as a new application that must be downloaded.

我该怎么做,在哪里可以找到这些信息?

How do I do that, and where can I find that information?

提前感谢

推荐答案

应用程序购买和新应用程序中的概念是相互排斥的。

The concepts "in app purchase" and "new application" are mutually exclusive.

最简单的事情只是让人们在iTunes Store上导航到您的新应用程序,并让他们决定是否从那里购买:

The easiest thing to do is just let people navigate to your new app on the itunes store, and let them decide whether or not to buy it from there:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.itunes.com/apps/yourPaidVersionAppName"]];

这篇关于从iPhone应用程式下载新的应用程式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆