Skip to content

DOCINFRA-2341_merged_using_automation #79

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 5 commits into from
Feb 28, 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
1 change: 1 addition & 0 deletions xamarin-android-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<li><a href="/xamarin-android/licensing/licensing-errors">Licensing Errors</a></li>
<li>Licensing FAQ
<ul>
<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>
<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>
<li><a href="/xamarin-android/licensing/licensing-faq/where-can-i-get-a-license-key">Where can I get a license key?</a></li>
<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>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: Licensing FAQ – Net need for ES license validation | Syncfusion
description: Learn here some information about whether syncfusion Essential Studio license validation needs internet conncetion.
platform: xamarin.android
control: Essential Studio
documentation: ug
---

# Is the internet required for Essential Studio license validation?

* 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.
3 changes: 2 additions & 1 deletion xamarin-android/Licensing/registering-license-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
{% endhighlight %}
{% endtabs %}

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

### Xamarin.Android

Expand Down