I'm working an app that will have an in-app subscription purchases on Weekly,Monthly bases.
When a user subscribe weekly or monthly, app getting subscription purchase details with OrderID like GPA.0000-0000-0000-00000 and purchased date in long.
And as per the Android developer blog after auto renewal we will get new order id with suffix ..1,..2,..3
GPA.0000-0000-0000-00000..0
GPA.0000-0000-0000-00000..1
GPA.0000-0000-0000-00000..2
GPA.0000-0000-0000-00000..3
But, my problem is after renewing the subscription also I'm still getting old subscription purchase details. No changes in OrderID and Purchased Date.
So, please anyone help me to get the Subscription Renewal Details.
Thanks.