From e2388b0dfc1453fc43cc22b8f18735a04850d57d Mon Sep 17 00:00:00 2001 From: "azuread\\jeyaseelanmurugan" Date: Mon, 30 May 2022 13:11:45 +0530 Subject: [PATCH] IN-17987 - License key registration steps added for license error and overview page --- .../Licensing/generating-license-keys.md | 4 ++++ xamarin-android/Licensing/licensing-errors.md | 24 +++++++++++++++---- xamarin-android/Licensing/licensing.md | 5 ++++ 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/xamarin-android/Licensing/generating-license-keys.md b/xamarin-android/Licensing/generating-license-keys.md index a11ae8dd..dc8c6740 100644 --- a/xamarin-android/Licensing/generating-license-keys.md +++ b/xamarin-android/Licensing/generating-license-keys.md @@ -16,3 +16,7 @@ License keys for Xamarin can be generated from the [License & Downloads](https:/ I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. * Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. + +## See Also + +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys) diff --git a/xamarin-android/Licensing/licensing-errors.md b/xamarin-android/Licensing/licensing-errors.md index b8e60de0..03602a9b 100644 --- a/xamarin-android/Licensing/licensing-errors.md +++ b/xamarin-android/Licensing/licensing-errors.md @@ -17,7 +17,11 @@ The following error message will be shown if a Syncfusion license key has not be **Error message:** This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/licensing-errors#license-key-not-registered) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys) for information on registering the license key. ![License key not registered](licensing-images/licensing-alert.png) @@ -27,7 +31,11 @@ If the application is registered with an invalid key, another version of license **Error Message:** The included Syncfusion license is invalid. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/licensing-errors#invalid-key) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys) for information on registering the license key. ![License key not registered](licensing-images/invalid-key.png) @@ -47,7 +55,11 @@ If the application is registered with another platform's license key, the follow **Error Message:**The included Syncfusion license is invalid (Platform mismatch). Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/licensing-errors#platform-mismatch) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys) for information on registering the license key. ![License key not registered](licensing-images/platform-mismatch.png) @@ -57,7 +69,11 @@ If the application is registered with another version's license key, the followi **Error Message:**The included Syncfusion license ({Registered Version}) is invalid for version {Required version}. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/licensing-errors#version-mismatch) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys) for information on registering the license key. ![License key not registered](licensing-images/version-mismatch.png) diff --git a/xamarin-android/Licensing/licensing.md b/xamarin-android/Licensing/licensing.md index 852e81d3..562e0b96 100644 --- a/xamarin-android/Licensing/licensing.md +++ b/xamarin-android/Licensing/licensing.md @@ -32,3 +32,8 @@ Following licensing error will be shown if the license key is not registered in This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this help topic for more information + +## See Also + +* [How to Generate Syncfusion Xamarin License Key?](https://help.syncfusion.com/xamarin-android/licensing/generating-license-keys) +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys)