I was wondering if there is an example somewhere for implementing IAP subscriptions for Android in Defold? I’m using the IAP extension and in testing I’m able to purchase the subscription and activate the product (like a normal IAP) but I can’t work out how to check when the subscription is paused or expired so I can deactivate the product. I thought the listener function would receive some sort of notification of these events but it doesn’t. Do you need a backend server to manage subscriptions or can you do it all device side?
The Defold IAP extension currently doesn’t provide any API to get information about your subscriptions. You can request this by opening a feature request on GitHub.