How do I disable server validation done by IsProductGenuine() function

Once the user activates the product, I only want to do a local validation on each start up. How do I disable server validation?

Hi,

In order to  disable sever check pass 0 as the day interval.

FUNCTION: SetDayIntervalForServerCheck(uint32_t dayInterval);