Is there a way to access Google's purchaseToken directly without Crossplatform validator?

I manage to get Apple’s receipt via:

storedReceipt = builder.Configure<IAppleConfiguration>().appReceipt;

and I was wondering if it’s possible to get Google’s receipt info too in order to access:

transactionID
purchaseToken
purchaseState

etc.

Thanks!

These links may help (via Google “unity iap google receipt data”)

1 Like