Hi
I installed Syncfusion for Xamarin Forms on my Mac and have a community license
The documentation says that I need to register my license key by calling:
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(....)
in the App constructor right before InitializeComponent()
I forgot to do that, but I've noticed that everything still works...
Both in debug and release mode on simulator and real devices, my simple Android app with 1 sfButton just works as expected without complaining about a license.
Can I omit the RegisterLicense call since it doesn't do anything?
Thanks
Regards
Gerd