Kebechet.Maui.MicrosoftClarity.iOS 3.5.2

Prefix Reserved
dotnet add package Kebechet.Maui.MicrosoftClarity.iOS --version 3.5.2
                    
NuGet\Install-Package Kebechet.Maui.MicrosoftClarity.iOS -Version 3.5.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kebechet.Maui.MicrosoftClarity.iOS" Version="3.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kebechet.Maui.MicrosoftClarity.iOS" Version="3.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Kebechet.Maui.MicrosoftClarity.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kebechet.Maui.MicrosoftClarity.iOS --version 3.5.2
                    
#r "nuget: Kebechet.Maui.MicrosoftClarity.iOS, 3.5.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Kebechet.Maui.MicrosoftClarity.iOS@3.5.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kebechet.Maui.MicrosoftClarity.iOS&version=3.5.2
                    
Install as a Cake Addin
#tool nuget:?package=Kebechet.Maui.MicrosoftClarity.iOS&version=3.5.2
                    
Install as a Cake Tool

"Buy Me A Coffee"

Maui.MicrosoftClarity.iOS

NuGet Version NuGet Downloads Last updated (main) Twitter

This repo contains bindings for Microsoft Clarity iOS library

Versioning Scheme

The versioning scheme of Maui.MicrosoftClarity.iOS is derived from the versioning of original native android package.

Example:

Origninal lib version Maui.MicrosoftClarity.iOS Note
3.4.1 3.4.1.0 First version of bindings for 3.4.1
3.4.1 3.4.1.17 Bindings for 3.4.1 containing fixes

Binding creation

Generating binding files

  • On my MAC I have downloaded and installed Objective Sharpie
  • I have downloaded latest package v3.4.0 from clarity-apps repoPackage.swiftxcframework.zip
  • I have extracted the .zip on my MAC desktop
  • started terminal, then cd ~/Desktop
  • firstly check what versions of xcode SDKs you have installed by sharpie xcode -sdks and use the iphoneosXX.Y version you have
  • I used command sharpie bind --sdk=iphoneos18.2 --output="ClarityBindingOutput" --namespace="MicrosoftClarityiOS" --scope="Clarity.xcframework/ios-arm64/Clarity.framework/Headers" "Clarity.xcframework/ios-arm64/Clarity.framework/Headers/Clarity-Swift.h"
    • this command generated ApiDefinitions.cs and StructsAndEnums.cs files

Adjusting generated files

  • I have removed all Verify attributes
  • ✅ - Done

⚠️ Binding build

The final size of the nuget should be >6MB

  • from .xcframework remove all *.swiftmodule directories
  • from .xcframework remove all dSYMs directories (debug symbols that cause NU5123 long path warnings and unnecessarily increase the nuget size)

License

This repository is licensed with the MIT license.

Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-ios26.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Kebechet.Maui.MicrosoftClarity.iOS:

Package Downloads
Kebechet.Maui.MicrosoftClarity

Serves as an abstraction around Microsoft Clarity Android and iOS SDKs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.2 124 5/12/2026
3.4.0.1 644 2/6/2026
3.4.0 110 2/6/2026
3.2.0 755 10/11/2025
3.0.7.1 4,614 4/15/2025
3.0.7 294 4/15/2025
3.0.2 1,675 12/16/2024
2.2.2 333 11/19/2024
2.1.0 319 9/10/2024
2.0.0.1 208 9/6/2024
2.0.0 284 8/15/2024
1.0.1.2 229 8/6/2024
1.0.1.2-preview1 178 7/16/2024
1.0.1.1 210 7/15/2024
1.0.1 184 7/15/2024
1.0.0 204 7/15/2024

Updated to net10.0