Homepage: https://boldsign.com
.NET MAUI (Multi-platform App UI) is a framework for building native apps for Android, iOS, macOS, and Windows using a single C# and XAML codebase.
It enables unified development with shared code across platforms, while still allowing platform-specific customizations when needed. Unlike hybrid frameworks, MAUI delivers native performance by compiling to native controls and accessing platform APIs through Microsoft.Maui.Essentials (e.g., GPS, Bluetooth).
If you’ve used Xamarin.Forms or Windows Forms, MAUI will feel familiar. Now, let’s explore how to integrate MAUI with BoldSign.
To follow along, you will need:
● .NET 9
● Visual Studio 2022 or Rider (which is free for noncommercial use)
● Installed MAUI features(if you don’t have it, install it like this: Visual studio or Rider)
● Install the BoldSign.API NuGet package
● Generate API Key https://app.boldsign.com/api-management/api-key/ and set the API key in Constants.cs file
Run the sample