I may have used the wrong term: the licensing management code I meant to reference is a function called in the App.xaml.cs file and registers a license key, which I generated.
I am well aware of the difference between the Licence Key and the Unlock Key: I generated a License key for version 18.4.0.39, which is what I installed. I am currently using SfChart (or rather, trying to) on Android and UWP and will be using it on iOS at a later time. I followed your documentation to install the License Key in App.xaml.cs as below:
SyncfusionLicenseProvider.RegisterLicense( "MzkzMjczQD.......tTekpzbGJXdDg9" ); // Long license key summarized
and then attempted to run a simple test chart in UWP and was advised that "...version 18.4.0.41 is not found". I am using the latest supported version, 18.4.0.39; 18.4.0.41 appears to be a daily build.
So, what next?
Regards,
Gary