Addons Extra Features Example Code

We have implemented the ability to send Addons updates using the webapi. We are using the checkbox feature for addons of our software. The web side is automated to perfection. Now we need help with the following:

1. Any exaple code for checking feature status of a checkbox feature?2. Feature request: There needs to be some type of push notification to alert the software, if connected, to update the feature by push. Itll be a bit annoying to have to tell a user to refresh every time they purchase a brand new product.

I can see a tech support nightmare coming.

>> "1. Any exaple code for checking feature status of a checkbox feature?"

It's a one-liner: TA_GetFeatureValue("feature_name")

>> "2. Feature request: There needs to be some type of push notification to alert the software, if connected, to update the feature by push. Itll be a bit annoying to have to tell a user to refresh every time they purchase a brand new product."

"Push" notifications are (for practical purposes) impossible. It requires customers always have an active connection to our servers.

Here's how you read changed fields in your app: https://wyday.com/limelm/help/license-features/#change