Page 1 of 2

Xamarin License Issue

Posted: Tue Apr 17, 2018 3:49 pm
by 22083369
Hi,

I am having an issue with TeeChart Xamarin control remaining in eval mode after it has been added to an existing production iOS application. I have installed the license file as a resource and marked it as an embedded resource and called Steema.TeeChart.TChart.Init(); from AppDelegate.cs, but the chart control is displayed as an evaluation non-licensed version. So I have created a simple test iOS app using the same procedure to install TeeChart and that is working correctly. Can you give me any suggestions that may resolve this, please ?

Thanks

Re: Xamarin License Issue

Posted: Wed Apr 18, 2018 10:31 am
by 22083369
Hi,

The production product uses the older portable classes for the PCL project but the newer test app that works uses .NET standard classes.

Re: Xamarin License Issue

Posted: Fri Apr 20, 2018 4:03 pm
by 10050769
Hello sjc,

Seems the problems is caused for you use incorrect assemblies or old assembiles, could you please confirm us the assemblie are you using is the latest ?

Thanks in advance

Re: Xamarin License Issue

Posted: Fri Apr 20, 2018 4:55 pm
by 22083369
Hi Sandra,

I am using the Xamarin Forms library Steema.TeeChart.NET.STD.Xamarin.Forms -Version 4.1.2018.1150 from NuGet, I don't see any older versions than this.

Re: Xamarin License Issue

Posted: Sun Apr 22, 2018 3:29 pm
by Pep
Hi,

The production product uses the older portable classes for the PCL project but the newer test app that works uses .NET standard classes.
Hi,
this shouldn't be a problem (to use older portable classes), as it uses the same procedure. Did you use any other TeeChart for Xamarin.Forms version (Pro for example) on that project ? If so, that could be the cause, that the project is trying to load or referencing to other packages.
If it's not the case, would it be possible to send us an example (removing most of the things) so we can do the tests here ?

Re: Xamarin License Issue

Posted: Mon Apr 23, 2018 1:00 pm
by Pep
Hi,

just inform that I've found a bug which could cause the license problem. We're going to update the nuget package for a new version asap. Please, check once it's updated.

Re: Xamarin License Issue

Posted: Fri Apr 27, 2018 4:24 pm
by 22083369
Hi Pep,

I have tried both versions uploaded recently 4.2018.4.24 and 4.2018.4.26, but the chart still displays as an evaluation version my our production app. I have checked if I can read the TeeChart.licenses file from the manifest resource stream and I can get the license string without issue. This is becoming quite an issue for my company, we recently bought TeeChart licenses to replace the chart we used previously but as we cannot get the chart licensed in the app I cannot submit the next release. Is there anything else that may cause this?

Re: Xamarin License Issue

Posted: Sun Apr 29, 2018 9:31 pm
by Pep
Hi Tim,
sorry for the inconvenience. This problem should be fixed in the latest version 4.2018.4.26. In any case I'm going the recheck by using the your license file and back to you asap.

Re: Xamarin License Issue

Posted: Thu Jan 10, 2019 7:11 am
by 22085320
Hi Team,

I bought license for Xamarin forms project.
I already spent a day on how to remove watermark with help of license file.
I'm using latest stable version Steema.TeeChart.NET.STD.Xamarin.Forms 4.2018.10.18

Thanks

Re: Xamarin License Issue

Posted: Thu Jan 10, 2019 11:32 am
by Pep
Hi,

I've been checking your license file ( the one you received from the sales department ), in a new Xamarin.Forms project, and all seems to work fine here.

I've just sent a private message directly to you mail account with the sample project. Could you please check if all is working fine for you?

Thanks

Re: Xamarin License Issue

Posted: Mon Feb 24, 2020 7:52 am
by 22088185
Hi,

I've similiar issues. I used Xamarin.Forms v4.4 for our application and make build for Android and iOS. After adding Steema.TeeChart.NET.STD.Xamarin.Forms v4.2019.7.3 the Android version cannot start. So, I used v4.2018.10.18 and Android starts properly. Than I create Xamarin.Forms page with TeeChart. Works fine (with evaluation watermark). Now we buying STD licence, added to project as Embedded Resource and watermark is still visible. Trying licence file add to root of Xamarin.Forms project and/or platform specific projects but with no change.

Can you help me please?
Thanks

Re: Xamarin License Issue

Posted: Mon Feb 24, 2020 9:50 am
by Pep
Hello,
does this happens by creating a new project or just with a specific one ?

Re: Xamarin License Issue

Posted: Mon Feb 24, 2020 11:10 am
by 22088185
Hi,

even with specific and with new one.

Re: Xamarin License Issue

Posted: Mon Feb 24, 2020 9:41 pm
by Pep
Hello,

could you please send me a message directly to my email account pep@steema.com with the license file that you're using so I can do some tests here ?

Re: Xamarin License Issue

Posted: Wed May 13, 2020 1:02 pm
by 18287827
I am having the same issue and have to revert back to the old way of including the dlls. This is happening with both Android and Apple.