IOs - purchaseSubscription

We have tried to integrate subscriptions in our App.
On Android we were not able to load the price from the product with the loadProducts. function on the store.

But we were able to buy the subscription with the purchaseSubscription function.

On IOS we also could not load the subscription, this product is not in the list. And we cannot buy it with purchase function on the store and the purchaseSubscription does not exist in the plugin.

We are using the local store = require( “plugin.apple.iap” )

If there a way to implement / call a subscription payment.

Thanks!

You can purchase subscriptions on apple using store.purchase. We’ve been doing it for more than a year.

“plugin.apple.iap” in build.settings and store = require(“plugin.apple.iap”) in your code

1 Like

I got the solution from Vlad:

Info: Subscriptsions would have expires_date field.

Thanks!