Ok I have put this inside BeginYourApp() :
ta.GetFeatureValue("update_expires")
.then((retObj) => {
…
if (retObj === TA_OK)
{
return true;
}
else
{
return false;
}
});
But with this little modification to return true or false, and with condition at the beginning of BeginYourApp() to return BeginYourApp if it is false. If you have some comment on this please let me know?
Also one more question if I change something in the account like trial length, add/change "Custom license fields" I will need to download again “TurboActivate.dat”, right?