码迷,mamicode.com
首页 > 移动开发 > 详细

In-App Purchase----(一) ---- About In-App Purchase

时间:2014-05-01 14:45:53      阅读:519      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   class   tar   ext   width   color   get   int   art   

About In-App Purchase

In-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Store on your app’s behalf to securely process payments from users, prompting them to authorize payment. The framework then notifies your app, which provides the purchased items to users. Use In-App Purchase to collect payment for additional features and content.

内置购买使用Store Kit 框架在应用程序里内置一个商店。该框架把你的应用程序的行为连接到应用商店来安全地处理用户的支付,促使他们授权支付。 然后框架给你的应用程序发送通知,该应用程序提供了用户购买的商品。使用内置购买可以为额外的功能和内容提供支付。

bubuko.com,布布扣

For example, using In-App Purchase, you can implement the following scenarios:

比如,使用内置购买,你可以实现以下内容:

  • A basic version of your app with additional premium features

    一个带有额外高级功能的应用程序的基础版本。

  • A magazine app that lets users purchase and download new issues

    一个可以让用户购买和下载新刊的杂志应用。

  • A game that offers new levels to explore

    一个提供新关卡让用户攻克的游戏。

  • An online game that allows players to purchase virtual property

    一个允许玩家购买虚拟资产在线游戏。

At a Glance

概论

At a high level, the interactions between the user, your app, and the App Store during the In-App Purchase process take place in three stages, as shown in Figure I-1. First, the user navigates to your app’s store and your app displays its products. Second, the user selects a product to buy and the app requests payment from the App Store. Third, the App Store processes the payment and your app delivers the purchased product.

从高层次来说,内置购买过程处理期间,用户,应用程序和应用商店之间的交互发生在三个阶段,如图I-1。首先,用户导航到你的应用程序商店,你的应用程序显示其产品。 其次,用户选择一个产品购买,应用程序从应用商店请求支付。 最后,应用商店处理该支付,你的应用程序传递被购产品。

Figure I-1  Stages of the purchase process

图I-1 购买过程的阶段

bubuko.com,布布扣

You Create and Configure Products in iTunes Connect

一、在iTunes Connect里创建和配置产品

Understanding what kinds of products and behaviors are supported by In-App Purchase lets you design your app and in-app store to make the best use of this technology.

理解内置购买支持哪些产品和行为让你最大化使用该技术来设计应用程序和内置商店。

Your App Interacts with the App Store to Sell Products

二、应用程序很应用商店交互来出售产品

All apps that use In-App Purchase need to implement the core functionality described in these chapters to let users make purchases and then deliver the purchased products.

所有使用内置购买的应用程序都需要实现这些章节中描述的内核功能,让用户可以购买然后传递已购的产品。

These development tasks need to be done in order. The relevant chapters introduce them in the order you implement them, and they’re listed in full in“Implementation Checklist.” To help plan your development, you may want to read the full checklist before you begin.

这些开发任务需要按顺序完成。 相关章节按照你实现它们的顺序介绍,它们在“Implementation Checklist.”中有完整列表来帮助你计划你的开发,你可以在开始前先阅读完整的清单。

Subscriptions Require Additional Application Logic

三、订阅需要更多应用逻辑

Apps that offer subscriptions need to keep track of when the user has an active subscription, respond to expiration and renewal, and determine what content the user has access to.

提供订阅的应用程序需要随时监控用户何时有一个活动订阅,响应到期和续期,然后决定用户访问什么内容。

Users Can Restore Purchases

四、用户可以恢复购买

Users can restore products that they previously purchased—for example, to bring content they’ve already paid for onto their new phone.

用户可以恢复它们先前已经购买的产品--比如,可以把购买产品给新的手机使用。

Apps and Products Are Submitted for Review

五、应用程序和产品需要提交审核

When you’re done developing and testing, you submit your app and your In-App Purchase products for review.

当你完成开发和测试后,你需要提交你的应用程序和内置购买产品以供审核。

See Also

参见

In-App Purchase----(一) ---- About In-App Purchase,布布扣,bubuko.com

In-App Purchase----(一) ---- About In-App Purchase

标签:des   style   blog   class   tar   ext   width   color   get   int   art   

原文地址:http://www.cnblogs.com/patientAndPersist/p/3699294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!