Skip to content

Commit 7bfa200

Browse files
Merge pull request #151 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
DOCINFRA-2341_merged_using_automation
2 parents d87c622 + fe4e500 commit 7bfa200

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

xamarin-android/Licensing/generating-license-keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ License keys for Xamarin can be generated from the [License & Downloads](https:/
1616

1717
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.
1818
* 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.
19+
20+
## See Also
21+
22+
* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys)

xamarin-android/Licensing/licensing-errors.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ The following error message will be shown if a Syncfusion license key has not be
1717

1818
**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.
1919

20-
**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.
20+
**Solution:**
21+
22+
* 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.
23+
24+
* 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.
2125

2226
![License key not registered](licensing-images/licensing-alert.png)
2327

@@ -27,7 +31,11 @@ If the application is registered with an invalid key, another version of license
2731

2832
**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.
2933

30-
**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.
34+
**Solution:**
35+
36+
* 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.
37+
38+
* 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.
3139

3240
![License key not registered](licensing-images/invalid-key.png)
3341

@@ -47,7 +55,11 @@ If the application is registered with another platform's license key, the follow
4755

4856
**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.
4957

50-
**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.
58+
**Solution:**
59+
60+
* 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.
61+
62+
* 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.
5163

5264
![License key not registered](licensing-images/platform-mismatch.png)
5365

@@ -57,7 +69,11 @@ If the application is registered with another version's license key, the followi
5769

5870
**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.
5971

60-
**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.
72+
**Solution:**
73+
74+
* 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.
75+
76+
* 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.
6177

6278
![License key not registered](licensing-images/version-mismatch.png)
6379

xamarin-android/Licensing/licensing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Following licensing error will be shown if the license key is not registered in
3232
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
3333

3434
</div>
35+
36+
## See Also
37+
38+
* [How to Generate Syncfusion Xamarin License Key?](https://help.syncfusion.com/xamarin-android/licensing/generating-license-keys)
39+
* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/xamarin-android/licensing/registering-license-keys)

0 commit comments

Comments
 (0)