Why our App cannot be deactivated after deleting the key on the web?

Why our App cannot be deactivated after deleting the key on the web? How to correctly use the function SetDayIntervalForServerCheck ? How does it work?

Hi,

Since the key nomore exists so the activation also gets deleted. When next server sync will occur the app will deactivate automatically.

Server sync occurs every 100 days by default. You can set it to a minimum of one day by calling SetDayIntervalForServerCheck(1).

Hi, @adnan, I tried SetDayIntervalForServerCheck(1). But it does not work.

You need to wait for one day for it to take affect.