New app with subscriptions

Happy new year Adalo Team,

I have created an app name MixBuy with a monthly subscription, and yearly subscription.
These are the steps: New user open an account and gets to the screen where he needs to pay for the subscription. However, I just discover if the user does not want to and comes back to the app then he or she can be able to use full features without paying. That’s not good. Which steps can I go forward with?

You can add a boolean property to the user collection that the user has paid. (True/False).

Then when they complete the payment you mark that property as true. Then on the screens you do not want them to be able to access (or Home screen in general), you can set a conditional action to link to the payment process if that property is False.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.