Trial Usage

Hello,

One of my fellow developers implemented the trial mechanisms into our application. Once the customer enters in a valid license the application disables the trial (expected). However, the developer told me that if the customer has not been in the trial until the trial expires, that they would return back to the trial mode once their valid license has expired (unexpected). Is there a way to circumvent this? Once the customer enters in a valid product key I want to disable the trial functionality indefinitely.

Thanks

However, the developer told me that if the customer has not been in the trial until the trial expires, that they would return back to the trial mode once their valid license has expired (unexpected).

This isn't true. Let's say you have a trial of 14 days. As soon as you start the trial (by using UseTrial() ) the "clock starts ticking". Meaning 14 days later the trial won't be able to be used.

Does that make sense?

Yes thanks for the clarification.