Search code examples
androidin-app-billinggoogle-checkoutsubscription

Testing Android inapp subscription: You already own this subscription


I am testing Android inapp subscription with a test account, after I entered a real credit card to buy, the subscription is ok, but I cannot find the token in the json response.

So in the developer console, I cancelled the order, when I try to re-subscribe again, it now show me the alert "You already own this subscription".

When I click the "Detail" in the box, it opened the Play Store app, but showing "Item not found"

Anyone experienced this error before?

Thanks.


Solution

  • i guess you might have solved the problem but take a look at this question Subscription sample missing JSON parsing of purchaseToken it this might be the case for JSON.

    The reason you cannot re-subscribe i think is because you are already subscribed for that period. Your subscription will end when the billing cycle ends.