2013년 10월 3일 목요일

[구글인앱]Selling In-app Products(인앱 제품 판매) #1

 던전워즈

Selling In-app Products(인앱 제품판매)


DEPENDENCIES AND PREREQUISITES(의존성과 필요조건)

  • Android 2.2 or higher(안드로이드2.2 또는 상위버전)

YOU SHOULD ALSO READ(당신은 또한 다음을 읽을 수 있다)

In this class, you'll learn how to perform common In-app Billing operations from Android applications.
이 수업에서, 당신은 안드로이드 어플리케이션의 공통된 인앱 빌링 작
업을 어떻게 수행하는지 배울것이다.
In-app billing is a service hosted on Google Play that lets you charge for digital content or for upgrades in your app. 
인앱 빌링은 당신의 앱에있는 디지털 컨텐트에 요금을 부과하거나 업그레이드가 가능하도록  구글 플레이에서 호스트하는 서비스이다.
The In-app Billing API makes it easy for you to integrate In-app Billing into your applications. 
인앱빌링 API는 당신의 어플리케이션에 인앱빌링을 쉽게 통합하게 만든다.
You can request product details from Google Play, issue orders for in-app products, and quickly retrieve ownership information based on users' purchase history. 
당신은 제품의 상세를 구글플레이로 부터 요청하거나, 인앱제품 결제 주문을 내거나, 유저의 구매 내역으로 부터 소유권 정보를 빠르게 되찾을 수 있다.
You can also query the Google Play service for details about in-app products, such as local pricing and availability. 
또한, 지역별 가격 및 유효성과 같은 인앱 제품의 상세정보를 구글플레이 서비스로 부터 조회 할 수 있다. 
Google Play provides a checkout interface that makes user interactions with the In-app Billing service seamless, and provides a more intuitive experience to your users.
구글 플레이는  유저 상호작용 결제 인터페이스로 매끄러운 인앱 빌링 서비스를 제공하며, 좀더 직관 적인 경험을 당신의 사용자에게 제공한다.
This class describes how to get started with the Version 3 API. To learn how to use the version 2 API, seeImplementing In-App Billing (V2).
이 수업에서 어떻게 Version3 API를 시작하는지 설명한다. 버전 2 API 사용 방법을 배우기 위해, 인앱빌링2(http://developer.android.com/google/play/billing/v2/billing_integrate.html) 구현을 보라.

Lessons



Preparing Your In-app Billing Application(인앱 빌링 어플레케이션준비)
In this lesson, you will learn how to prepare your application to use the In-app Billing API and communicate with Google Play. You will also learn how to establish a connection to communicate with Google Play and verify that the In-app Billing API version that you are using is supported.
이수업에서, 당신은 인앱 빌링을 사용하기 위해서 당신의 어플리케이션이 어떤 준비를 해야 하며 어떻게 구글플레이와 소통하는지 배우게 된다. 또한 구글플레이와 통신하기 위해 연결을 수립하고, 사용하고자 하는 인앱 빌링 API를 검증하는 법을 배우게 될것이다.
Establishing In-app Billing Products for Sale(판매를 위한 인앱빌링 제품 개설)


In this lesson, you will learn how to specify the In-app Billing products for your app in Google Play and query the product details.
이수업에서, 앱의 인앱 빌링 제품 정보를 구글플레이에 어떻게 개설 하는지와 조회 하는지에 대해 배우게된다.
Purchase In-app Billing Products(인앱 빌링 제품 결제)
In this lesson, you will learn how to purchase In-app Billing products, track consumption of purchased items, and query for details of purchased items.
이수업에서는, 인앱 빌링 제품 구매방법, 구매 아이템을 소비하는법, 구매 아이템의 상세 정보조회에 대해서 배우게된다.
Testing Your In-app Billing Application(인앱 빌링 어플리케이션 테스트)
In this lesson, you will learn how to test your application to ensure that In-app Billing is functioning correctly.
이수업에서는, 인앱빌링 기능이 올바르게 작동하는지 보증하기 위해서 당신의 어플리케이션을 어떻게 테스트 하는지 배우게 될것이다.

댓글 1개: