I’d like to be able to limit the number of records users of my app can create before seeing a message which would ask them to purchase the paid version. Once they have paid, I’d like them to be able to create unlimited records. I know how to create an ad free version of the app for paid users, is there a similar concept I can apply to this?
Use the records count to determine the visibility of the elements that allow them to add more.
Once it reaches a certain number, those elements are hidden from them.
You can also use the same logic to show a message/animation inviting them to pay to remove that limitation. That message would also have a visibility rule, only showing when the count reaches a certain number.