WPF app used by multiple users, they log in via Portal popup. I retrieve the license from Portal but then try to re-init ArcGIS for 2nd and further users, I get an exception:
Esri.ArcGISRuntime.ArcGISRuntimeException: 'License level fixed: License locked at the developer level'
ArcGISRuntimeEnvironment.Initialize(conf =>
{
conf.UseLicense(licenseInfo.ToJson());
});