Paid Users

I’m building a directory app. I’d like to make certain directory profile features paid only. Is that possible with glide? For example, if someone wants to have social media links show up on their profile, they can become a paid member.

I’m also curious if it’s possible to create pages in an app (about, contact, etc).

yes, you can build custom pay processing.

For Pages in a profile, Id probably use a choice component and make related content visible only on a certain choice.

So the profile screen itself will have all the about/contact/etc, but youll only make About visible when someone selects About in the choice component. Id also pick the 2nd style choice (not the drop down style)

Keep in mind, while this method looks the best, users who play around selecting different choices to look at will chew through your Updates.

1 Like