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. loadrunner动态从mysql取值 [需要下载跟数据库服务器一致的dll,32位或64位]

    loadrunner中有参数化从数据库中取值,但是只是静态的,对于一些要实时取值的数据就game over了,比如取短信验证码,因为MySQL中有一个libmysql.dll,里面提供了可以操作数据库 ...

  2. Complete space 完备空间与柯西序列 巴拿赫空间与完备空间 完备空间与和希尔伯特空间 封闭closed与完备性complete

    http://www.gatsby.ucl.ac.uk/~gretton/coursefiles/RKHS2013_slides1.pdf RKHS: a function space with a ...

  3. 全能,OnSize的使用,部分覆盖后重画,都没有问题

    import wx class View(wx.Panel): def __init__(self, parent): super(View, self).__init__(parent) self. ...

  4. Hadoop-2.2.0中文文档—— MapReduce 下一代--容量调度器

    目的 这份文档描写叙述 CapacityScheduler,一个为Hadoop能同意多用户安全地共享一个大集群的插件式调度器,如他们的应用能适时被分配限制的容量. 概述 CapacitySchedul ...

  5. Java线程池的配置

    1.ThreadPoolExecutor的重要参数 1.corePoolSize:核心线程数 * 核心线程会一直存活,及时没有任务需要执行 * 当线程数小于核心线程数时,即使有线程空闲,线程池也会优先 ...

  6. Java for LeetCode 105 Construct Binary Tree from Preorder and Inorder Traversal

    Given preorder and inorder traversal of a tree, construct the binary tree. Note: You may assume that ...

  7. 【Leetcode-easy】Valid Parentheses

    思路:读取字符串中的每一个字符,并与栈顶元素进行比较,如果匹配则栈顶元素出栈,否则进栈.直到全部元素都出栈,否则该括号字符串不合法.需要注意细节. public boolean isValid(Str ...

  8. (C)结构数组

    结构数组 对于大小相同但是类型不同的数组,定义结构体数组对其很有帮组.例如: char *keyword[NKEYS]; int keycount[NKEYS]; 这两个数组大小相同,因此 可以用另一 ...

  9. C语言“快速排序”函数写法

    代码是:C语言中快速排的写法,要加入头文件   <stdlib.h> qsort(数组名, 长度, 数据类型大小,比较算子 ): #include <stdio.h> #inc ...

  10. 版本名称SNAPSHOT、alpha、beta、release、GA含义

    Alpha:是内部测试版,一般不向外部发布,会有很多Bug.一般只有测试人员使用.Beta:也是测试版,这个阶段的版本会一直加入新的功能.在Alpha版之后推出.RC:(Release Candida ...