I'm having a delay in receipt updating for the auto renewal in my app.
As a example if user subscribed for 7 day subscription with one week free trial,
- means 1 week = 3 mins
- auto renewal will happen 5 times.
- Total time = 15 mins.
So according to above the info, the within the first 15 mins I should have a active subscription. But sometimes it doesn't returns a active subscription.
The issue I found is even after the first 3 mins, the receipt has not renewed, So there for when I compare the expire date with the current time it returns as subscription period expires.
Is this something common in sandbox mode or am I doing something wrong?