Possible to get start date of verified trial?

Just curious if it is possible to retreive the data / time when a verified trial started. I'd like to show the user that they have X amount of days left since {{start date}}. I thought maybe through extra data, but that is passed when the user activates, not when they run TA_UseTrial() for the first time.

Thanks,Arie

Hey Arie,

No, TurboActivate only returns the days remaining. You can, however, get the "implied" start date by hardcoding the "known" trial length in your app, and using the "known" length of the trial and the trial days remaining to get the start date.

Also, verified trials *do* support extra_data, you just can't *get* that data from within your app (you can *set* it within your app): https://wyday.com/limelm/help/extra-data/