Click here to Skip to main content
15,889,595 members

Comments by Member 10918596 (Top 138 by date)

Member 10918596 19-Mar-18 7:20am View    
As per your requirement, what I see, you cannot check the online server for date. This is quite obvious for offline system.

So, you need to do few things -

set the registration date and expirydate in the form of high encypted data and save it somewhere in registry database.

While the Application opens each time, get the latest clock date and save the encrypted data in registry.

Ensure to check the Clock date and the Last Usage Date. If last usagedate < clockdate, then everything fine but if usagedate>clockdate, user has changed the clock date. So, don't update the registry.

Once the lastusagedate reaches the expiry date, pops a message "Your Trial has been expired.".
Member 10918596 17-Aug-17 5:42am View    
yes.each client i want to allow 5seconds difference to hit my method.
Member 10918596 17-Oct-15 5:49am View    
how to deserlize
Member 10918596 17-Oct-15 5:48am View    
it return object like this "allAdultFares":["0-5000.00","1-8000.00"]
Member 10918596 8-Oct-15 1:46am View    
i explained above