LicenseChangedIndication event

Hi,

We have plugin which is registered for new License event like below

_regLicenseReceiver = EnvironmentManager.Instance.RegisterReceiver(NewLicense, new MessageIdFilter( MessageId.System.LicenseChangedIndication));

Why is the event getting fired on start of management client when we have not requested for new license request online.

tried with both MIPS 2020 R1 and R3 on xprotect corporate 2020 R1.

Isn’t event suppose to be fired when we request online license/manual license?

Thanks,

This is by design. Management Client does not really know if license changes happen during closing the application. That is why Management client needs to check its license is available every time it starts, and it will trigger the event, this is by design.