Skip to content

Commit 4f27bf4

Browse files
Merge pull request #281 from Syncfusion-Content/hotfix/hotfix-v20.4.0.38
DOCINFRA-2341_merged_using_automation
2 parents 45fc697 + d43b3e4 commit 4f27bf4

14 files changed

+91
-7
lines changed

xamarin-android-toc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xamarin-android/Licensing/how-to-generate.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,35 @@ License keys for Xamarin can be generated from the [License & Downloads](https:/
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.
1919

20+
## Claim License key
21+
22+
Syncfusion License keys can also be generated from the **"Claim License Key"** page based on the trial or valid license associated with your Syncfusion account.
23+
24+
You can get the license key, based on license availability in your Syncfusion account.
25+
26+
### Active License
27+
28+
If you have a Syncfusion account associated with valid license, license key will be generated from claim license key page.
29+
30+
![Active License](licensing-images/active-license.png)
31+
32+
### Active Trial
33+
34+
If you have a Syncfusion account associated with valid trial license, license key will be generated from claim license key page with expiry date.
35+
36+
![Active Trial](licensing-images/active-trial.png)
37+
38+
### Expired License
39+
40+
If you have a Syncfusion account with an expired license, your license subscription must be renewed in order to obtain a valid license key for the latest Essential Studio version. Meanwhile, a temporary license key with a 5-day validity period will be generated.
41+
42+
![Expired License](licensing-images/expired-license.png)
43+
44+
### No Trial or No License or Expired trial
45+
46+
If the Syncfusion account is not associated with a trial, license, or expired trial, you can try to claim either a trial or a valid license from claim license page.
47+
48+
![No Trial or No License](licensing-images/no-active-trial-or-license.png)
2049

2150
## See Also
2251

xamarin-android/Licensing/licensing-errors.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,39 @@ documentation: ug
1111

1212
Licensing error popup is displayed with various messages under different circumstances. Here are some ways to resolve different issues.
1313

14-
## License key not registered
14+
## Licensing errors
15+
16+
### License key not registered\Trial Expired
17+
18+
The following error message will be shown if a Syncfusion license key has not been registered in your application or if the trial key has expired after 30 days.
19+
20+
**Error message:** This application was built using a trial version of Syncfusion Essential Studio. You should include the valid license key to remove the license validation message permanently.
21+
22+
**Solution:**
23+
24+
* 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 or License keys can also be generated from the Claim License Key page by clicking the **"Claim License"** button click from Syncfusion licensing warning message. Refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/how-to-generate#Claim-License-Key) for more details.
25+
26+
* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/how-to-register-in-an-application) for information on registering the license key.
27+
28+
![License key not registered](licensing-images/new-licensing-alert.png)
29+
30+
### Invalid key
31+
32+
If the application is registered with an invalid key, another version of license key, or another platform's license key, the following error message will pop up when launching the application.
33+
34+
**Error Message:** The included Syncfusion license key is invalid.
35+
36+
**Solution:**
37+
38+
* 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 or License keys can also be generated from the Claim License Key page by clicking the **"Claim License"** button click from Syncfusion licensing warning message. Refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/how-to-generate#Claim-License-Key) for more details.
39+
40+
* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/xamarin-android/licensing/how-to-register-in-an-application) for information on registering the license key.
41+
42+
![License key not registered](licensing-images/new-invalid-key.png)
43+
44+
## Licensing errors from version 16.2.0* to 20.3.0*
45+
46+
### License key not registered
1547

1648
The following error message will be shown if a Syncfusion license key has not been registered in your application.
1749

@@ -25,7 +57,7 @@ The following error message will be shown if a Syncfusion license key has not be
2557

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

28-
## Invalid key
60+
### Invalid key
2961

3062
If the application is registered with an invalid key, another version of license key, or another platform's license key, the following error message will pop up when launching the application.
3163

@@ -39,7 +71,7 @@ If the application is registered with an invalid key, another version of license
3971

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

42-
## Trial Expired
74+
### Trial Expired
4375

4476
The following error message will be shown if the trial key has expired after 30 days.
4577

@@ -49,7 +81,7 @@ The following error message will be shown if the trial key has expired after 30
4981

5082
![License key not registered](licensing-images/trial-expired.png)
5183

52-
## Platform Mismatch
84+
### Platform Mismatch
5385

5486
If the application is registered with another platform's license key, the following error message will pop up when launching the application.
5587

@@ -63,7 +95,7 @@ If the application is registered with another platform's license key, the follow
6395

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

66-
## Version Mismatch
98+
### Version Mismatch
6799

68100
If the application is registered with another version's license key, the following error message will pop up when launching the application.
69101

@@ -77,7 +109,7 @@ If the application is registered with another version's license key, the followi
77109

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

80-
## Could not load Syncfusion.Licensing.dll assembly version...?
112+
### Could not load Syncfusion.Licensing.dll assembly version...?
81113
Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues.
82114

83115

29 KB
Loading
56 KB
Loading
44.6 KB
Loading
15.5 KB
Loading
23.3 KB
Loading
63 KB
Loading
34.6 KB
Loading

0 commit comments

Comments
 (0)