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,