It looks like you're new here. If you want to get involved, click one of these buttons!
googlebilling:addEventListener(Event.PURCHASE_STATE_CHANGE, function(e) if e.purchaseState == GoogleBilling.EXPIRED then print(e.productId.." expired") end end)
Comments
http://docs.giderosmobile.com/reference/plugin/GoogleBilling/Event.PURCHASE_STATE_CHANGE#Event.PURCHASE_STATE_CHANGE
when event.purchaseState will be equal to GoogleBilling.EXPIRED it means subscription for event.productId was expired
I call what method? Purchase? It will not make another purchase?
You just listen to an event