Q: How do I ensure a feature or function propogates from the server to the client?
A: If you make a change on the server side to a license code you will need to:
- call NSLGetLicense to propagate the changes to the client immediately
or
- wait until the "Client Check Interval" has expired, then your app should automatically call NSLGetLicense to refresh its local license table
A: If you make a change on the server side to a license code you will need to:
- call NSLGetLicense to propagate the changes to the client immediately
or
- wait until the "Client Check Interval" has expired, then your app should automatically call NSLGetLicense to refresh its local license table