How do you do when you want to offer paid content to your user.
I use Stripe in my Web version, but on Mobile beta, I dont have the choice to use it on workflows.
I offer courses on the app, and I want my users to pay oneshot for a course.
Do i have to redirect them on a web page to do that? I think In-app purchase is not implemented yet.
If you have it working on web, the simplest way will be to create a duplicate of that page, and then use the web view component in mobile. You can open it as a modal for the user, and they can sign up there.
It’ll take a little getting used to but it definitely works!