In order to include eliteKit PRO into your project, you should obtain a eliteKit PRO license from the Purchase page.
After a successful payment, you will receive either one license slot or five license slot, when you've decided to buy the eliteKit BUNDLE.
Topics in this documentation
Installation of the NuGet Package inside your VS project solution
Open the NuGet package browser in Visual Studio and look up for the eliteKit NuGet package.
Install eliteKit in your 3 projects (NetStandard, iOS and Android).
Make sure the Author in the NuGet information is eliteCode!

Programmatical native initialization of the eliteKit library
In your Android project open the MainActivity.cs file and make sure you call Abstractions.Init(this); as shown below:

In your iOS project open the AppDelegate.cs file and make sure you call Abstractions.Init(); as shown below:

In your NetStandard project open App.xaml.cs file and make sure you call Core.initializeKit(typeof(App).GetTypeInfo().Assembly); before setting MainPage as show below:

Generating and downloading a eliteKit PRO license file
To generate a new license, in order to download and include the eliteKit PRO license file into your solution, you should navigate to the license page from your dashboard at our website. At the left side of the licenses page, you can configure your new license.
Be aware that you can't undo / modify your license configuration once it's generated. So before you're submitting the form with "Generate license", be sure that you've typed the correct application & package names!
Once you've configured your license file, it will be added on the right side inside the licenses collection. Just click on the freshly generated license file and you will be able to download your eliteKit PRO license file which is named eliteKit.license

Including the eliteKit PRO license file into your VS project solution
In your NetStandard project add the eliteKit.license file that you've previously generated and downloaded from the licenses page.
Make sure that you set the Build Action property of the eliteKit.license file to EmbededResource as shown below:

That's it!
You've successfully included the eliteKit PRO library into your project.
You can ahead now to our awesome documentation and start working with our UI controls.