I downloaded Syncfusion community components (in particular my primary concern is xlsio component) and want to use my community license for xlsio PCL component and didn't quite get how to build it in. I expected there should be something like SetLicenseKey(key), but I failed to find such method in their API. I want to make sure that I won't get trial expired message in my production app. How to build-in community license in my app?
No longer true. Since 16.2.0.x you need to download license and apply it like I asked in the question:
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
More info can be found here.