Android Subscriptions Don't Work

Has anyone been able to make them work?

I see the documentation says to use store.purchaseSubscription() but that doesn’t work for me. There’s no difference compared to using store.purchase().

I’m only calling store.purchaseSubscription() with the product ID. Not trying to do anything fancy with optional params.

Anyone solve Android subscriptions? iOS works perfectly like a normal purchase with store.purchase()

Figured it out. For anyone that sees this in the future:

The store.loadProducts is different for iOS vs Android and you need to give a second table with your subscription product IDs.

Adding the subscription IDs and then using store.purchaseSubscription() fixed my issues.