You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xamarin-android/Licensing/how-to-generate.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,35 @@ License keys for Xamarin can be generated from the [License & Downloads](https:/
17
17
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.
18
18
* 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
19
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.
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.
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
+

Copy file name to clipboardExpand all lines: xamarin-android/Licensing/licensing-errors.md
+38-6Lines changed: 38 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,39 @@ documentation: ug
11
11
12
12
Licensing error popup is displayed with various messages under different circumstances. Here are some ways to resolve different issues.
13
13
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
+

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
+

43
+
44
+
## Licensing errors from version 16.2.0* to 20.3.0*
45
+
46
+
### License key not registered
15
47
16
48
The following error message will be shown if a Syncfusion license key has not been registered in your application.
17
49
@@ -25,7 +57,7 @@ The following error message will be shown if a Syncfusion license key has not be
25
57
26
58

27
59
28
-
## Invalid key
60
+
###Invalid key
29
61
30
62
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.
31
63
@@ -39,7 +71,7 @@ If the application is registered with an invalid key, another version of license
39
71
40
72

41
73
42
-
## Trial Expired
74
+
###Trial Expired
43
75
44
76
The following error message will be shown if the trial key has expired after 30 days.
45
77
@@ -49,7 +81,7 @@ The following error message will be shown if the trial key has expired after 30
49
81
50
82

51
83
52
-
## Platform Mismatch
84
+
###Platform Mismatch
53
85
54
86
If the application is registered with another platform's license key, the following error message will pop up when launching the application.
55
87
@@ -63,7 +95,7 @@ If the application is registered with another platform's license key, the follow
63
95
64
96

65
97
66
-
## Version Mismatch
98
+
###Version Mismatch
67
99
68
100
If the application is registered with another version's license key, the following error message will pop up when launching the application.
69
101
@@ -77,7 +109,7 @@ If the application is registered with another version's license key, the followi
77
109
78
110

79
111
80
-
## Could not load Syncfusion.Licensing.dll assembly version...?
112
+
###Could not load Syncfusion.Licensing.dll assembly version...?
81
113
Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues.
0 commit comments