Xam.Plugin.Mixpanel.iOS 5.0.9

dotnet add package Xam.Plugin.Mixpanel.iOS --version 5.0.9
                    
NuGet\Install-Package Xam.Plugin.Mixpanel.iOS -Version 5.0.9
                    
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="Xam.Plugin.Mixpanel.iOS" Version="5.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xam.Plugin.Mixpanel.iOS" Version="5.0.9" />
                    
Directory.Packages.props
<PackageReference Include="Xam.Plugin.Mixpanel.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 Xam.Plugin.Mixpanel.iOS --version 5.0.9
                    
#r "nuget: Xam.Plugin.Mixpanel.iOS, 5.0.9"
                    
#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 Xam.Plugin.Mixpanel.iOS@5.0.9
                    
#: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=Xam.Plugin.Mixpanel.iOS&version=5.0.9
                    
Install as a Cake Addin
#tool nuget:?package=Xam.Plugin.Mixpanel.iOS&version=5.0.9
                    
Install as a Cake Tool

Xam.Plugin.Mixpanel.iOS

Xamarin.iOS bindings for Mixpanel iOS v5.0.9.

This repository aims to target net9.0-ios and net10.0-ios which are currently the latest .NET iOS STS and LTS releases.

Installation

Xam.Plugin.Mixpanel.iOS is available via NuGet. https://www.nuget.org/packages/Xam.Plugin.Mixpanel.iOS/

NuGet

Usage

Include Mixpanel

using Xam.Plugin.Mixpanel.iOS;

And then follow the docs provided at the Mixpanel Developer Documentation (https://developer.mixpanel.com/docs/ios)

Build

These build instructions are intended to be run on macOS.

Local dll builds

  1. Navigate to the Binding directory
  2. Run FetchFramework.sh
  3. Run BuildDlls.sh
  4. Fetch your Xam.Plugin.Mixpanel.iOS.dll from the Xam.Plugin.Mixpanel.iOS/bin/Release/net10-ios/ directory.

Building a .nupkg

  1. Navigate to the Binding directory
  2. Run FetchFramework.sh
  3. Run BuildNugetPackage.sh
  4. Fetch your Xam.Plugin.Mixpanel.iOS.x.y.z.nupkg and Xam.Plugin.Mixpanel.iOS.x.y.z.snupkg from the `Xam.Plugin.Mixpanel.iOS/bin/Release/`` directory.

Updating Mixpanel SDK

To update the Mixpanel SDK change the version within Binding/Cartfile to your desired SDK version and run the FetchFramework.sh script. This desired version is generally then latest version from mixpanel/mixpanel-iphone releases.

If there are API changes you will want to also run SharpieBind.sh and examine code output in the newly generated NewBinding_ApiDefinition.cs and NewBinding_StructsAndEnums.cs files. Desired API changes should be then modified in the ApiDefinition.cs and StructsAndEnums.cs files. NOTE: The NewBinding_ files are not build ready and need to be modified manually.

Requirements

TODO

  • Verify the Verify statements work as expected.
  • Figure out how to handle MixpanelTypeCategory correctly.

Pull requests welcome!

Product Compatible and additional computed target framework versions.
.NET net9.0-ios18.0 is compatible.  net10.0-ios was computed.  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.
  • net9.0-ios18.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.9 126 2/7/2026
5.0.2 376 11/17/2025
3.6.2 2,590 9/26/2020
3.6.1 1,438 9/26/2020
3.6.0 8,230 2/13/2020
3.5.2 990 2/13/2020
3.5.1 2,064 1/13/2020
3.5.0 1,511 11/1/2019
1.0.2 6,380 3/24/2019
1.0.1 1,072 3/24/2019
1.0.0 1,080 3/24/2019