Wijmo Licensing Question

Posted by: parmarkinjalk on 1 March 2020, 8:46 pm EST

  • Posted 1 March 2020, 8:46 pm EST

    Hi Team,

    I just bought the latest wijmo. I got the licensce key and the link to download the latest version

    I downloaded the zip and it has multiple folders in that.I am using Angular 8 and I cannot figure out which folder should I copy in my node_modules for wijmo to work, it has multiple folders inside the npmimages folder. Also, how do I register to remove the licensing watermark.

    I want it to work like my previous wijmo where I just copy paste the folder in the node_modules and it starts working for any application without the licensing watermark. I use wijmo for multiple application and don’t want to define domain for each application I just want to copy paste the wijmo folder and use for different application. Thanks.

  • Posted 2 March 2020, 8:07 am EST

    Hi Kinjalk,

    In the earlier versions of Wijmo, the licensing was done using a license file. If the application contains the license file, then it will be licensed in any domain. But, in the latest version, we have changed our licensing process so that it will be more secure. That is why we create a distribution key according to the hostname so that it will only work on the domains that you provided. Please refer to the blog below that shows how to generate a distribution key and license Wijmo’s application:

    https://www.grapecity.com/licensing/wijmo

    Also, in the latest versions, you do not need to download the redistributable folders of Wijmo. You can directly add the following dependency in your angular project:

    dependencies: {
    	...
    	"@grapecity/wijmo.angular2.all": "5.20193.646"
    }
    

    Also, we have changed the NPM scope of Wijmo. Earlier, the NPM package name of wijmo was wijmo. But now we have moved it to @grapecity/wijmo. You can still use the older NPM package but we recommend you upgrade to the newer package. Please follow the blog below to update your project with new NPM packages:

    https://www.grapecity.com/blogs/wijmo-npm-package-changes

    Regards,

    Ashwin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels