이 가이드에서는 Amazon Appstore를 Unity 인앱 구매(IAP) 시스템과 함께 사용할 수 있도록 설정하는 방법에 대해 설명합니다. 여기에는 Unity IAP API와 상호작용하는 데 필요한 디지털 기록 및 관계를 설정하고, Amazon 개발자 계정을 설정하고, Unity IAP 애플리케이션을 테스트하고 퍼블리시하는 작업이 포함됩니다.
다른 플랫폼과 마찬가지로, Amazon 스토어에서는 가상 재화와 관리 상품을 구매할 수 있습니다. 이런 디지털 상품은 문자열 식별자와 내구성을 정의하는 추가 타입을 사용하여 식별됩니다. 선택 가능한 타입은 구독 상품(구독 가능), 소모품(재구입 가능), 비소모품(한 번만 구입 가능) 등입니다.
여러 Android IAP 스토어(예: Amazon, Google)에 동시에 퍼블리싱하고 Android 번들 식별자를 공유할 때 스토어 교차 설치 문제가 발생합니다.자세한 내용은 Android 인앱 구매 스토어의 스토어 교차 설치 문제를 참조하십시오.
Android 기기의 경우 Amazon Appstore를 다운로드하여 설치합니다.
FireOS 기기의 경우 Amazon Appstore가 미리 설치되어 있어야 합니다.
참고:FireOS 기기를 자유롭게 타게팅할 수 있더라도, FireOS는 Unity가 지원하는 플랫폼이 아닙니다.
Amazon Appstore를 설치한 후 Amazon App Tester를 설치합니다.
|[11:07:01] user@laptop:/Applications | $ adb devices
List of devices attached
00DA0807526300W5 device
Unity IAP를 사용하도록 설정하려면 몇 단계를 거쳐야 합니다.
Unity IAP 플러그인을 임포트합니다. 자세한 내용은 Unity IAP 설정을 참조하십시오(Unity 5.3 이상).
IAP 타겟 스토어를 설정합니다. Android 앱은 이미 설정했을 것입니다. Unity IAP의 Window > Unity IAP > Android > Target Amazon 메뉴 항목을 선택하여 타겟 스토어를 설정합니다. 이 메뉴 항목은 Google, Amazon, 기타 Android 스토어 간에 토글하는 데 사용됩니다.
또는 API를 호출합니다.
UnityPurchasingEditor.TargetAndroidStore(AndroidStore.AmazonAppStore)
Amazon 스토어 사용을 위해 준비하는 중인 경우 Amazon의 네이티브 IAP 플러그인을 다운로드하지 않아도 됩니다. 플러그인의 모든 기능이 Unity IAP 서비스에 이미 포함되어 있습니다.
Amazon Developer Portal에서 Add a New App 을 선택하여 앱을 추가합니다.
카탈로그를 설정합니다. 이전에 작성한 상품 설명을 사용하여 Amazon Developer Portal을 통해 Amazon 카탈로그에 품목을 추가합니다. 앱 페이지로 이동하여 In-App Items 섹션을 찾습니다. Add a Consumable, Add an Entitlement, Add a Subscription 버튼을 사용하여 카탈로그를 설정합니다.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.