Introduction

In-App Purchase is an Apple technology that allows your users to purchase content and services from within your app. You set up In-App Purchase products through iTunes Connect, a suite of web-based tools. You implement In-App Purchase in your app using the Store Kit framework.

内置购买是一种苹果技术,它允许用户从你的应用内部购买内容和服务。你可以通过一套基于网络的工具在iTunes Connect设置内置购买。 你使用商店Kit框架在应用中实现内置购买。

For example, you can use In-App Purchase to implement any of the following scenarios:

举个例子,你可以使用内置购买来实现以下任何场景:

  • A basic version of your app with additional premium features

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

  • A book reader app that allows the user to purchase and download new books

    一个允许用户购买和下载新书的阅读器应用。

  • A game that offers new environments (levels) to explore

    一个给用户提供更多关卡的游戏。

  • A game that allows players to purchase virtual property

    一个允许用户购买虚拟财产的游戏。

  • An app that provides access to a turn-by-turn map service

    一个提供全方位地图服务的应用。

  • A subscription to a digital magazine or newsletter

    一个数字杂志或通讯的订阅应用。

After you’ve designed one or more products to make available in your app, you’re ready to add In-App Purchase configuration information in iTunes Connect.

当你在你的应用中设计好一个或多个产品时,你就以及准备好在iTunes Connect中添加内置购买配置信息了。

If you aren’t already familiar with In-App Purchase, read Getting Started with In-App Purchase on iOS and OS X and Adding In-App Purchase to your iOS and Mac Applications. If you aren’t already familiar with iTunes Connect, read iTunes Connect Developer Guide.

如果你对内置购买还不熟悉,请看Getting Started with In-App Purchase on iOS and OS X 和 Adding In-App Purchase to your iOS and Mac Applications. 如果你不熟悉iTunes Connect,请看 iTunes Connect Developer Guide.

At a Glance

一、概述

Use iTunes Connect to add, set up testing for, submit, and manage your In-App Purchase product configurations.

使用iTunes Connect 来添加,配置测试,提交,以及管理你的内置购买产品配置。

Configure Your In-App Purchase Products

1、配置你的内置购买产品

After you’ve created an iTunes Connect record for your app, you can configure the In-App Purchase products that you want to make available through your app.

当你为你的应用创建了一个iTunes Connect记录后,你可以配置内置购买产品,这些产品将在你的应用中出售。

Test Your In-App Purchase Products

2. 测试你的内置购买产品

Test the In-App Purchase products you’ve configured to make sure they appear in your app’s store and to make sure that financial transactions work properly.

测试你已经配置的内置购买产品,确保它们出现在你的应用商店,以及确保顺利地完成财务交易工作。

Submit Your In-App Purchase Products for Review

3. 上传你的内置购买产品以供审核

After you’ve included all the information for a product and tested to make sure it appears in your app’s store, you are ready to submit the product for review and to make it available on the store.

当你包含了产品的所有信息之后,测试它以确保它能出现在你的应用商店,这样你就可以准备发布该产品以供审核,并让它能在商店里出售。

Manage the In-App Purchase Products Available in Your App

4. 管理应用程序中的内置购买产品

After an In-App Purchase product is approved and ready for sale, you can continue to manage its display, pricing, and availability on the store.

当内置购买产品审核通过并准备好出售后,你可以继续管理它的显示,价格以及它的可用性。

Prerequisites

二、前提条件

To configure In-App Purchase content in iTunes Connect, you need access to:

要想在iTunes Connect里配置内置购买内容,你需要经过:

See Also

三、参见

As you include In-App Purchase products in your apps, you may want to refer to these additional Apple resources, which describe the associated business and development guidelines and requirements:

当你的应用程序需要添加内置购买产品时,你或许想要引用这些额外的苹果资源,它们描述了相关的业务,开发指南和需求:

  • Getting Started with In-App Purchase on iOS and OS X provides an overview of In-App Purchase marketing strategies and business requirements.

    Getting Started with In-App Purchase on iOS and OS X 提供了一个内置购买市场战略和业务需求的概述。

  • “Adding Capabilities” in App Distribution Guide explains how to use Xcode to enable Apple services such as In-App Purchase.

    App Distribution Guide中的 “Adding Capabilities”解释了如何使用Xcode开启各种苹果服务,比如内置购买。

  • In-App Purchase Programming Guide describes using the Store Kit framework to embed a store inside your app.

    In-App Purchase Programming Guide 描述了用Store Kit框架在你的应用程序中嵌入一个商店。

  • In-App Purchase for Developers lists the references available to support you through development of your app and In-App Purchase content.

    In-App Purchase for Developers 罗列了支持完成你的整个应用开发和内置购买内容的各种引用。

  • iTunes Connect Developer Guide contains general information about creating an iTunes Connect record for your app to submit it to the App Store or the Mac App Store. In addition, this document describes other steps you’ll need to complete to market your app, including setting up your organization’s contracts and banking information and submitting app metadata, including artwork and localization information. It continues with information on how to monitor your app’s success.

    iTunes Connect Developer Guide 包含了各种基本信息,包括为即将发送到应用商店或Mac 应用商店的应用程序创建一个iTunes Connect 记录。另外,本文描述了完成发布你的应用程序需要的其它步骤,包括建立你的组织合同,银行信息以及发布应用程序元数据(metadata),包括artwork和本地化信息。它就如何监控你的应用程序的成功持续收集各种信息。

Throughout this document, look for links to additional documents on more specific topics throughout this document.

通过本文,查找并链接到更具体的主题。

下一页

In-App Purchase Configuration Guide for iTunes Connect---(一)----Introduction的更多相关文章

  1. itunes connect

    https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnec ...

  2. 使用 xcode 8 构建版本 iTunes Connect 获取不到应用程序的状态

    今天在提交 APP 审核版本的时候iTunes Connect 一直获取不到应用程序的状态,原因是,14号 xcode 8一出 直接升级使用 xcode 8 打包发布包,然后直接用 xcode8 构建 ...

  3. no accounts with itunes connect access

    有时候打包上传的时候 会遇见  no accounts with itunes connect access 的报错 原因主要如下: 1. 你没有被开发者管理员加入 itunes connect 权限 ...

  4. App提交iTunes Connect,"二进制无效"问题解决方案。

    昨天提交打包提交App,将包上传到iTunes Connect之后,以为就能发布了,便点击构建版本,发现没有刚刚上传的包,于是就点击"预发行"看一下,会看到"已上传&qu ...

  5. itunes connect提交app教程

    .打开itunes connect登陆之后,选择Manage Your Apps,再选Add New App: .填写项目相关信息,不知道怎么填的点击问号查看: Bundle ID Suffix需要和 ...

  6. 从您的帐户中删除 App 及 iTunes Connect 开发人员帮助

    iTunes Connect 开发人员帮助 从您的帐户中删除 App 删除您不想继续销售或提供下载,且不会再重新使用其名称的 App.如果您的 App 至少有一个获准的版本,且最新版本处于下列状态之一 ...

  7. iTunes Connect App Bundles

    App Bundles捆绑销售提交流程: 1. 在iTunes Connect左上「+」选「Create Bundle」到「New App Bundle」挑选已上线应用(最多可捆绑10个应用) 2. ...

  8. iTunes Connect App Video

    系统要求: 系统升级为 OS X Yosemote 版本 10.10 (正式版已经发布更新) 录制工具: QuickTime Player 版本 10.4 (833) 操作流程: 1. 设备数据线连接 ...

  9. [Xcode 实际操作]九、实用进阶-(28)在iTunes Connect(苹果商店的管理后台)中创建一个新的新的APP

    目录:[Swift]Xcode实际操作 本文将演示如何在iTunes Connect(苹果商店的管理后台)中创建一个新的新的APP. 首先要做的是打开浏览器,并进入[iTunesConnect网站], ...

随机推荐

  1. urllib与urllib2的学习总结(python2.7.X): python urllib与urllib2

    https://www.cnblogs.com/wly923/archive/2013/05/07/3057122.html

  2. share初始化

    要看懂share先看与map的交互以及跨地图的交互 share初始化 void Share::ShareInit(I_DataLayer* data_layer) { // 加载xls表 if(!Lo ...

  3. 【BZOJ1853/2393】[Scoi2010]幸运数字/Cirno的完美算数教室 DFS+容斥

    [BZOJ1853][Scoi2010]幸运数字 Description 在中国,很多人都把6和8视为是幸运数字!lxhgww也这样认为,于是他定义自己的“幸运号码”是十进制表示中只包含数字6和8的那 ...

  4. 【BZOJ3544】[ONTAK2010]Creative Accounting 前缀和+set

    [BZOJ3544][ONTAK2010]Creative Accounting Description 给定一个长度为N的数组a和M,求一个区间[l,r],使得(\sum_{i=l}^{r}{a_i ...

  5. 【BZOJ3601】一个人的数论 高斯消元+莫比乌斯反演

    [BZOJ3601]一个人的数论 题解:本题的做法还是很神的~ 那么g(n)如何求呢?显然它的常数项=0,我们可以用待定系数法,将n=1...d+1的情况代入式子中解方程,有d+1个方程和d+1个未知 ...

  6. C#单元测试(转)

    C#,单元测试入门(以下内容可能来自网络) 一.什么叫单元测试(unit testing)? 是指对软件中的最小可测试单元进行检查和验证.对于单元测试中单元的含义,一般来说,要根据实际情况去判定其具体 ...

  7. mysql系列之8.mysql高可用 (mha4mysql)

    环境: 三台机器 主服务器: 192.168.1.130 主备机器: 192.168.1.131 监控机器: 192.168.1.132 130和131, 是mysql双主架构 1.在三台机器上安装m ...

  8. php总结8——mysql函数库、增删改

    8.1 mysql函数库 php的函数   .php中用来操作mysql函数库的函数 常用函数 mysql_connect("主机名称/ip","用户名",&q ...

  9. 【题解】Jury Compromise(链表+DP)

    [题解]Jury Compromise(链表+DP) 传送门 题目大意 给你\(n\le 200\)个元素,一个元素有两个特征值,\(c_i\)和\(d_i\),\(c,d \in [0,20]\), ...

  10. Django框架ORM单表添加表记录_模型层

    此方法依赖的表时之前创建的过的一张表 参考链接:https://www.cnblogs.com/apollo1616/p/9840354.html 方法1: # 语法 [变量] = [表名].obje ...