People use my app by paying, and then once the users pay the user will set up the login information. I’m using make.com for automation and I was wondering if the payment fails, is the only way to kick the user off the app by deleting their records? Is there any way to kick the user off without deleting any user records?
You can make the home page actually a Lottie, and when the lottie finishes, make it conditional.
IF isSubbed == True, then go to the actualy home page
IF isSubbed == False, then go to a page asking to subscribe
This way, users wont get deleted and auto kicked, and their info stays retained.
1 Like