Open galeksic90 opened 5 years ago
Hi, apologies for getting back to you late. Do you get the same error if you validate the Google Play as is? Looks like the error object isn’t printing all in verbose mode. I will make a change so that we see the error at least. Cheets
Hi, how do you mean if we validate the Google Play as is?
The non-renewable (consuming) products are working fine, the problem is only with subscription.
Hi, what I meant by try validating as is was to use the receipt from Google Play instead of Unity receipt. It should not change the way validation works but I just wanted to see if the issue comes from Unity receipt or not. Cheers
@voltrue2 in the googleAPI.js file _getValidationUrl checks receipt.subscription and now that parameter is not available so instead of checking subscription it checks a product which causes HTTP error.
I see. Thanks for pointing it out. I’ll havd a look at it!
Cheers!
Hey @voltrue2
Any news about the issue?
Hello
I’m still in the process of going through issues. Maybe it’s time for me to ask for help and support from the community as issues are piling up recently. Anyways, I should be able to get to this later this week or early next week.
Cheers
@voltrue2
Thanks for response. I would like to help, but i am not nodejs developer. Please let me know when it is fixed.
Regards
@voltrue2 I have the same problem
one-time purchases always validated well, but subscriptions are not
as I know, the problem can be with purchaseToken
but I'm not sure what is the difference between purchaseToken
for subscription and product
oh, I missed it https://github.com/voltrue2/in-app-purchase#google-play-using-google-service-account sorry for my fault :)
@voltrue2 Any update on this?
Was there a solution for this? I am getting the same issue now
I'm guessing this isn't maintained anymore?
Hello,
We have implemented Unity iAP validation and everything works fine except google subscriptions. It always back the same Error: Status 400, 'Invalid Value'.
We are testing in sandbox mode, and here is our module configuration.
And here is a log output as well.