-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription experation -4 days #7
Comments
It means, 4 days before the subscription license expire, check with the On Wed, Sep 25, 2013 at 7:24 PM, stephencoombs [email protected]:
|
Cheers for getting back to me, did think that might be the case. I will just add abit of padding to the subscription date in that case, as I am not using a subscription service at this point. |
How are you going to renew the subscription, then? On Mon, Sep 30, 2013 at 1:51 AM, stephencoombs [email protected]:
|
I was going to send out the subscription as a file that would be uploaded to the web site via a page, as I don't have a central web server for it to access. |
What is your subscription period? Oren Eini On Mon, Oct 28, 2013 at 6:15 PM, stephencoombs [email protected]:
|
Its currently going to be 6 months but this might change to a year. |
That is fine for the users, then. Oren Eini On Tue, Oct 29, 2013 at 5:39 PM, stephencoombs [email protected]:
|
Could you please exlain why you have the following line of code within ValidateSubscription? I have been testing an app using it and wanted to see what happens the day before and the day of expiration, but kept getting failures for both. Upon stepping through the code I found the following line, but there was no comment on the reason why expired is expired date plus four days?
if ((ExpirationDate - DateTime.UtcNow).TotalDays > 4)
The text was updated successfully, but these errors were encountered: