Skip to content

DOCINFRA-2341_merged_using_automation #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions xamarin-android/Licensing/generating-license-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
24 changes: 20 additions & 4 deletions xamarin-android/Licensing/licensing-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand All @@ -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)

Expand All @@ -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)

Expand Down
5 changes: 5 additions & 0 deletions xamarin-android/Licensing/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/common/essential-studio/licensing/license-key">help topic</a> for more information

</div>

## 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)