.NET Mobile
.NET iOS and Android SDK
Installation
using Cobrowse.IO;
public partial class App : Microsoft.Maui.Controls.Application
{
public App()
{
InitializeComponent();
CobrowseIO.Instance.License = "put your license key here";
CobrowseIO.Instance.Start();
}
}Add your License Key
MAUI sample app
Try it out
Requirements
Last updated