Pre loader

Deploying app / licensing

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

I created an installation / setup file. When I try to deploy on the customer’s machine, I get an expired message when opening the charts.

  • You must to post comments
0
0

Oh, I just found it.

public partial class App : Application
{
public App()
{
// Ensure SetLicenseKey is called once, before any SciChartSurface instance is created
// Check this code into your version-control and it will enable SciChart
// for end-users of your application who are not activated
SciChartSurface.SetRuntimeLicenseKey(@”
My Company
123-456
1
false
07/06/2013 00:00:00
ABCDEFG
“);
}
}

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies