GetFeatureValue returning old data

Hi,

I am working on my subscription renewal functionality. The subscription end date is a feature ("subscription_end").

I am able to update this value from my online store when a user successfully purchases a renewal. I can verify in the Dashboard that the renewal date has been increased by 1 year. But when I call getFeatureValue() from my program to refresh the date, the original (expired) date is returned.

- Jason

Hey Jason,

We cover this in the Custom License Fields article: Changing fields & getting the changed data in your app.

So you might want to add a button to some dialog in your app to get the latest values. Or, simply check with LimeLM when the customer's previous subscription has expired.

Thanks! I realized I need to call Activate() to refresh the feature values.