Gamebase SDK for Unity
2.3.0
Toast Gamebase Platform
|
|
static |
If you want to deliver some items that have been purchased to user, you should implement this handler.
You can receive a GamebaseResponse.Purchase.PurchasableReceipt object and receive whether error or success by callback. This API return same information with 'RequestPurchase' You should call this method after logged in
, and you sould call this before an other APIs in Gamebase.Purchase
. This API can work on iOS11 or later.
callback | Callback may return the result of purchase by App Store Promotion. |
Example Usage :