如何为高级版应用程序添加应用程序内购买?
您好,有人可以告诉我如何添加应用程序内购买高级版应用程序的功能吗? Infect 我想免费销售我的应用程序,但某些功能在免费应用程序中不可用。要解锁所有功能,用户必须购买高级版本的应用程序。那么有人可以指导我如何做到这一点吗?
Hi can any body tell me how to add the feature of In App purchase premium version of application. Infect i want to sale my application free but some of the features will not be available in free app. To unlock all the features user will have to purchase a premium version of app. So can anybody guide me how to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个简单的谷歌搜索就可以非常成功地做到这一点。
我已经通过考虑两者来实现应用内购买功能:
本教程
<一个href="http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/AddingaStoretoYourApplication/AddingaStoretoYourApplication.html" rel="nofollow">和专用 Apple 文档
希望这有帮助
A simple Google search would have been pretty successful on this.
I have already implemented InApp purchase facility by considering both :
this tutorial
and dedicated Apple documentation
Hope this helps
您可以在应用商店中创建功能有限的免费版本和完整付费版本 = 2 个应用程序。
或者,您可以创建一个免费应用程序,其中包含供用户购买/解锁某些功能领域的选项。一个简单的谷歌搜索就会出现:http://troybrant .net/blog/2010/01/in-app-purchases-a-full-walkthrough/
You can either create a limited functionality free version and a full paid version = 2 applications in the app store.
Alternatively you can create a free app with options for user to purchase / unlock certain areas of functionality. A simple google search turns up: http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/