Hi,
I see there is a maxAllowedReleaseVersion
parameter for licenses. Is there also a way to set a minAllowedReleaseVersion
? We are looking for a way to deprecate older versions of our app, e.g. to make sure that new users can not use their license with older builds, while old users are not impacted.
I guess we could also implement this ourselves by setting these as custom metadata fields. Would this be the recommended way forward?