I am trying to create a new commercial package for umbraco using the Deli License example and everything seems to be working fine appart from the deli service URL :
There is no time constraint on the trial so it never ends. The trial only works on localhost so it can be used on production servers. IsTrial is indeed the only method you need to use. If you derive from the provided base classes you get invalid license error handling for free.
Two other tips make sure you obfuscate your code so it can't be read by a disassembler and makte the constants in your licensing class private fields so they get obfuscated as well.
Deli service not found?!
I am trying to create a new commercial package for umbraco using the Deli License example and everything seems to be working fine appart from the deli service URL :
http://deli.umbraco.com/webservices/licensing.asmx
Is this outdated from their example or am i doing something wrong?
Hi there
The problem is that the url is incorrect This should be
http://our.umbraco.org/webservices/licensing.asmx
I will make sure we ammend the example code.
Sorry this should have been amended. I will get this sorted asap. In the meantime you should be able to just modify the url as stated above.
Thanks
Peter Gregory
Great!!! Thank you very much...
One more question I have is how long is the trial period and if there is anything i should do to implement it other than use the Lisence.IsTrial()?
Thanks,
Spyros.
Hi,
There is no time constraint on the trial so it never ends. The trial only works on localhost so it can be used on production servers. IsTrial is indeed the only method you need to use. If you derive from the provided base classes you get invalid license error handling for free.
Two other tips make sure you obfuscate your code so it can't be read by a disassembler and makte the constants in your licensing class private fields so they get obfuscated as well.
Hope this helps you,
Richard
is working on a reply...