Nobuyori Takahashi

Results 34 comments of Nobuyori Takahashi

+1 I have been looking for graceful shutdown support.

Hello, Would you paste the response object here? Cheers

Hello, Yes. I have been considering this also. Thank you for the input. I’ll make sure to have a go. Cheers

Hi, The documentation on Unity is somewhat lacking as you pointed out. I need to do better in that regard. Anyways, if you have Apple sandbox receipt, you can use...

I don’t think you can create a fake receipt as all receipts are signed. Unless you recreate signing of your fake receipts the same way as google does, you will...

Hello, Thank you for pointing it out. I will have make the necessary change! Cheers!

Hello, `iap.isValidated()` expects the returned object of `iap.validate()`. The code below needs to be removed. ``` console.log('iap.isValidated(purchase):', iap.isValidated(purchase)); if (iap.isValidated(purchase)) { // found valid receipt foundValid = true; } ```...

Hello, Yes the code you pasted above is sufficient. getPurchaseData() is just a support function that may help make your life simpler but not required. Cheers!

Hello Thank you for the suggestion. I think it does make sense to pass more detailed error message to the application. I will look into implementing the changes! Cheers