Tizen Seller Store(Tizen 스토어라고도 합니다)에서는 인앱 구매가 가능한 모든 품목이 미리 정의된 품목 그룹으로 구성되어야 합니다. 이들 그룹은 생성 시점에서 Tizen Seller Store가 할당하는 Item Group ID 를 가집니다. 게임에 대한 그룹 ID를 아래와 같이 SetGroupId
함수를 사용하여 Unity IAP로 전달해야 합니다.
builder.Configure<ITizenStoreConfiguration>().SetGroupId("100000085616");
UnityPurchasing.Initialize(this, builder);
Tizen용 Unity IAP는 테스트를 위한 MODE_DEVELOPER 옵션을 사용하지 않습니다. 인앱 구매를 테스트하려면 Tizen Seller Store가 제공하는 베타 테스트 기능을 사용해야 합니다.
실행 시점에서 Unity IAP 시스템은 기존 Tizen 구매 내역을 확인한 후 적절하게 처리합니다. 이 과정에서 사용자가 이미 소유한 각 아이템에 대해 IStoreListener.ProcessPurchase
가 호출됩니다. 구매 복구 과정에서 소비품은 무시됩니다.
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.