Is there a best practice / standard approach to a free trial for a web app
Posted
by
wobbily_col
on Programmers
See other posts from Programmers
or by wobbily_col
Published on 2013-10-18T18:12:02Z
Indexed on
2013/10/18
22:15 UTC
Read the original article
Hit count: 387
web-applications
|trial
I have an idea for a web app, and would be interested in implementing it, and offering a free trial of say 5 uses before asking people to sign up.
I can think of numerous ways of doing this (using cookies , logging IP adresses off the top of my head, limiting functionality).
Is there a standard approach to this? Are there best practices? Are there any good tutorials on this?
(I would prefer not to go the liited functionality route, as it will not show what the app is capable of).
© Programmers or respective owner