Mark7294305
Posts: 0
Joined: Fri Dec 26, 2014 2:10 am

Trial edition of my app

Hello Support
I have created an App and wish to have 2 versions of the App. A fully functional version and a restricted trial version. On the trial version I wish to have the user to only be able to add a maximum of 20 entries to the database . Also how would I configure the accounts to expire in 60 days?

Thanks

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Trial edition of my app

Hello Mark,

Unfortunately custom app logic is outside the scope of standard Appery.io platform support. You may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about it:
http://appery.io/services/#Advisory_Pack
You may also try to implement the current logic yourself:
You may count records in a db via server code and disable service on a page when the count reaches 20.
You can remember the date when the app is or run first time and then check the current date. And when 60 days will expire, you may block it, for example by calling some pop up, that can't be removed.

Return to “Issues”