Licence Key

In Android project I put my key  like that

protected override void OnCreate(Bundle savedInstanceState)

        {

         I put my key in my project and I return me bad key 

Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("My Key");


            TabLayoutResource = Resource.Layout.Tabbar;

            ToolbarResource = Resource.Layout.Toolbar;


            base.OnCreate(savedInstanceState);

            global::Xamarin.Forms.Forms.Init(this, savedInstanceState);

            LoadApplication(new App());

        }





2 Replies 1 reply marked as answer

DW Douglas William March 6, 2021 07:37 PM UTC

You need to acquire a license and change "MY KEY" for your trial or community key.

https://www.syncfusion.com/products/communitylicense

Create an account using your linkedin profile, login in your new account, go to License and Downloads -> Downloads and keys -> Get license key (click and copy string)

Now go to your project and change "My key" for your real key obtained from website.

Regards,


KJ Kalap Johnson Peter Paulraj Syncfusion Team March 8, 2021 09:47 AM UTC

Hi Philippe, 

Thanks for contacting Syncfusion support. 

You should generate and register corresponding version and platforms license key in you project, if you are using Syncfusion NuGet packages from nuget.org or assemblies from trial installer, else you will get trial license warning. 

Refer the following documentation link to know more about licensing. 

https://help.syncfusion.com/common/essential-studio/licensing/license-key 

Refer below the documentation for license key generation and registration. 

 

 


Also for your information, our license keys are version and platform-specific. So, all the referenced Syncfusion assemblies\NuGet packages might be on the same version as license key version. 
 
Find below the knowledge base article to know about which version license key should use in application,

https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application  
 
Let us know if you’ve any other queries. 

Regards, 
Kalap Johnson Peter P.

Marked as answer
Loader.
Up arrow icon