I have implemented Google In-App Billing. I have added one month Subscription product. Let's say I bought this product for July 2012 after this at the end of month I have cancelled this subscription. Again in September bought this one month subscription. I have created this use case to clear my use case.
Here I want to know that when you will do the restore transaction in month of September, how the entire response comes to you in json format. Considering that you had subscribed in month of July 2012 then you have cancelled in August 2012 and again later you have subscribed in September 2012.
Few part of the response if I discuss it provides me two major things in json response, one is purchaseTime and other is purchaseToken.
So now the point is when you do the restore transaction in the month of September 2012, and as its a monthly subscription how do you manage the validation of subscriptions not only for month of September 2012 but also for month of July 2012.
Can somebody please give explanation and the way thing works in this scenario. Thanks a lot in advance.