I was trying to do local receipt validation and doing testing at present. But from apple receipt response, I was getting wrong time related response so it become difficult for m
Basically in above problem, I was getting major time difference in Apple receipt response but now I have concluded the solution for this. local time is 15:01:04 apple receipt response time is 09:37:18
Main reason for this is GMT time difference. I am living in India so we have 5:30 time difference running.
So in Apple receipt time, I require to add this GMT time difference to get exact time values and after this we can complete our rest coding.
I will post link here with my Unity Support discussion if anybody required that.