From a15409a3f827b50725678ea367797b6abfe848ce Mon Sep 17 00:00:00 2001 From: JeyaseelanM Date: Thu, 10 Aug 2023 17:56:54 +0530 Subject: [PATCH] License key registration steps updated for MAC installer --- .../installation/mac-installer/how-to-install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xamarin-android/installation/mac-installer/how-to-install.md b/xamarin-android/installation/mac-installer/how-to-install.md index 582cc63a9..f3ac422b2 100644 --- a/xamarin-android/installation/mac-installer/how-to-install.md +++ b/xamarin-android/installation/mac-installer/how-to-install.md @@ -167,4 +167,10 @@ You can then add the assembly references to the respective projects such as PCL, 3. Right click the iOS/ Android project-> Select Set As Startup Project in Debug/Release mode. Build and Run the project in any platform as desired. - Thus, you can create Xamarin Visual Studio MAC project for any Syncfusion Xamarin control using the above guidelines. \ No newline at end of file + Thus, you can create Xamarin Visual Studio MAC project for any Syncfusion Xamarin control using the above guidelines. + +## 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 the Xamarin Mac installer, please refer to this. + + Register the license key in [OnCreate](https://help.syncfusion.com/xamarin-android/licensing/how-to-register-in-an-application#xamarinandroid) override method of your main activity class before initializing any Syncfusion control. \ No newline at end of file