Receipt Validation Local and Backend Both?

Hi there,

I noticed 2 validation samples, one is for local and one is for backend.

So my question is, Can i do both type of validations at once? For example i first test on local and if its a success, then i test on backend to be sure OR do you think i should completely skip and go backend direcly

Please advise

Up to you. Server side validation is more reliable, but why not do both? If local validation fails, then probably no need to hit the server.

1 Like

@JeffDUnity3D

Thanks, one last question

Validator require both
GooglePlayTangle.Data(), AppleTangle.Data()

My assumption is:
AppleTangle is autoamtically inserted, so we dont hv to do anything here

BUT
GooglePlayTangle is inserted by using Recepit Validation Obfuscator

is this correct?

That is correct!

1 Like