Sovit
Sovit
The expiration date is set as Universal date when creating the License file (`ToUniversalTime()`). But the `LicenseValidationDate` extension method `ExpirationDate` is comparing with `DateTime.Now`. Shouldn't they both be consistently UniversalTime?
The `WindowDestroy` event which gets called when closing a window is not returning any value in the `data` i.e. `forceClose` value. I am listening to the event in this manner:...
I cloned the project and looked into example provided. I am not able to find any working demo for Slice, Dice, cube viewing etc. in the example. Can you please...
The package's readme file says something about deprecation in `AndroidManifest` and `Info.plist` files. However, it is not clear if the deprecated part is needed in latest versions (for eg: `3.9.0`)....