Page 1 of 1

Trial edition of my app

Posted: Mon Jul 20, 2015 5:38 pm
by Mark7294305

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


Trial edition of my app

Posted: Wed Jul 22, 2015 3:54 pm
by Evgene Karachevtsev

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.