Skip to content

Commit fdd03a9

Browse files
Merge pull request #79 from Syncfusion-Content/hotfix/hotfix-v19.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 8e7ec8e + 4ef2ccb commit fdd03a9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

xamarin-android-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<li><a href="/xamarin-android/licensing/licensing-errors">Licensing Errors</a></li>
2727
<li>Licensing FAQ
2828
<ul>
29+
<li><a href="/xamarin-android/licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation">Is an internet connection required for Syncfusion Essential Studio license validation?</a></li>
2930
<li><a href="/xamarin-android/licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license">How to upgrade from Trial version after purchasing a license?</a></li>
3031
<li><a href="/xamarin-android/licensing/licensing-faq/where-can-i-get-a-license-key">Where can I get a license key?</a></li>
3132
<li><a href="/xamarin-android/licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user">Registering Syncfusion account for direct NuGet.org user</a></li>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: Licensing FAQ – Net need for ES license validation | Syncfusion
4+
description: Learn here some information about whether syncfusion Essential Studio license validation needs internet conncetion.
5+
platform: xamarin.android
6+
control: Essential Studio
7+
documentation: ug
8+
---
9+
10+
# Is the internet required for Essential Studio license validation?
11+
12+
* Syncfusion license validation is done offline during application execution and does not require internet access.
13+
14+
* Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
1818
{% endhighlight %}
1919
{% endtabs %}
2020

21-
N> Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
21+
N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
22+
* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
2223

2324
### Xamarin.Android
2425

0 commit comments

Comments
 (0)