Installing Syncfusion Essential Studio Mac installer
10 Aug 20233 minutes to read
Overview
Syncfusion provides the Mac installer for the following Essential Studio products.
- ASP.NET Core
- Blazor
- Flutter
- JavaScript
- WebKit HTML Converter
- Xamarin
- .NET MAUI
Steps to resolve the warning message in Catalina OS or later
While running Essential Studio Mac Installers on Catalina MacOS or later, the below alert will be displayed.
If you receive this alert, follow the below steps for the easiest solution.
- Right-click the downloaded pkg file.
-
Select the “Open With” option and choose “Installer (Default)”. The following pop-up appears.
- When you click “Open” the installer window will be opened.
Step-by-Step Installation
The steps below show how to install Essential Studio Mac installer.
-
Open the Syncfusion Essential Studio Mac installer(.pkg) file. The installer Wizard opens. Click Continue.
-
The Software License Agreement wizard will appear. Click the Continue button.
-
The License Agreement’s Confirmation window will appear. If you have read the Software License Agreement, click Agree.
NOTE
The Unlock key is not required to install the Mac installer. The Syncfusion Mac installer can be used for development purposes without registering the Unlock key.
-
The Destination select wizard will appear. You can choose which disc to install the Syncfusion Essential Studio Mac installer on here.
-
The Installation Type wizard will appear. Click Install to begin the standard installation of the Syncfusion Essential Studio Mac installer.
-
The Authentication window will appear. To begin the installation, enter the Mac machine’s password and click Install Software.
-
The installation process will begin on your machine.
-
Once the installation is complete, the completed screen will be displayed. To exit the installation wizard, click Close.
By default, Mac installer will install the files in following location.
Location: {Documents}\Syncfusion\ {version}\ {platform}
License key registration in samples
After the installation, the license key is required to register the demo source that is included in the Mac installer. To learn about the steps for license registration for each Mac installer, please refer to the following table.
Mac Installer | Registration steps |
---|---|
ASPNET CORE (Essential JS 2) | Register the license key in Configure method of |
Blazor | For server side application register the license key in Configure method of
Register the license key in the file if you created the Blazor server side application with Visual Studio 2022 and .NET 6.0. For client side application register the license key in main method of |
Flutter | If you are using Syncfusion controls prior to version 18.3.0.x, please follow the following steps to register your license key. Register the license key in the of your example and import the ‘syncfusion_flutter_core/core.dart’ library. |
JavaScript (Essential JS 2) | Only from 2022 Vol 1 v20.1.0.47, required for Essential JavaScript 2 products. |
.NET MAUI | Register the license key in constructor before InitializeComponent(). |
Xamarin | For Xamarin.Forms, register the license key in
constructor before InitializeComponent(). For Xamarin.Android, register the license key in override method of your main activity class before initializing any Syncfusion control. For Xamarin.iOS, register the license key in FinishedLaunching override method of |