Hello, I want to set up multiple subsciption in fitness app. My app is live and now it is on App store, but I can not figure how to do that.
I found
but I want to make something like this !Hello, I want to set up multiple subsciption in fitness app. My app is live and now it is on App store, but I can not figure how to do that.
I found
but I want to make something like this !Hi,
Are you using IAP or Stripe?
To the best of my knowledge, IAP is currently limited to one time payments.
For Stripe, you can create different plans in Stripe then input those into the stripe subscription component in Adalo.
Just make sure to have a plan end date or some feedback loop to kick nonpaying users out of the app!
Erik
Hi, I can not make Stripe account because my state (serbia) is not on the list. Is it possible to make with in app purchases?
You’ll need to do either one time purchases with IAP or integrate with another payment provider.
One way around the recurring charges is to use a top of function and deduct based on usage (like tokens or time on the app). The user will have to approve each transaction, but better than nothing.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.