AXAiOSBindings 20.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AXAiOSBindings --version 20.3.1
                    
NuGet\Install-Package AXAiOSBindings -Version 20.3.1
                    
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="AXAiOSBindings" Version="20.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AXAiOSBindings" Version="20.3.1" />
                    
Directory.Packages.props
<PackageReference Include="AXAiOSBindings" />
                    
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 AXAiOSBindings --version 20.3.1
                    
#r "nuget: AXAiOSBindings, 20.3.1"
                    
#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 AXAiOSBindings@20.3.1
                    
#: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=AXAiOSBindings&version=20.3.1
                    
Install as a Cake Addin
#tool nuget:?package=AXAiOSBindings&version=20.3.1
                    
Install as a Cake Tool

AXAiOSBindings

AXAiOSBindings is an iOS Xamarin package for App Experience Analytics that provides deep insights into the performance, user experience, crash, and log analytics of apps.

Get Started

Check out our documentation for more information about the features that the App Experience Analytics SDK collects from your app.

Requirements

  1. iOS 8.0 or higher

Integration

Adding the AXAiOSBindings package to your Xamarin Project

  1. Add the AXAiOSBindings nuget package from the nuget.org. Follow the instructions given in Adding package to add the AXAiOSBindings.

  2. Add the using AXAiOSBindings directive at the top of the App.xaml.cs file as shown below:

     using Xamarin.Forms;
     using Xamarin.Forms.Xaml;
     using AXAiOSBindings;
     namespace <AppName>
     {
    	public partial class App : Application
    	{
     	  	...
    	}
     }
    
  3. Initialize the AXAiOSBindings sdk in FinishedLaunching method of the AppDelegate.cs file as shown below:

     public override bool FinishedLaunching(UIApplication app, NSDictionary options)
     {
    	global::Xamarin.Forms.Forms.Init();
    	AXAiOSBindings.CAMDOReporter.InitializeSDKWithOptions(AXAiOSBindings.SDKOptions.SDKLogLevelVerbose, (_, __) => { });
    	LoadApplication(new App());
    	return base.FinishedLaunching(app, options);
     }
    
  4. Drag & Drop the downloaded xxx_camdo.plist file into the Xamarin iOS Project, right-click on the file, click Build Action and then click BundleResource.

  5. Save and re-build your Xamarin application

---------------- x --------------------- x ----------------- x---------------- x --------------------- x ----------------- x

The generated app is now integrated with CA AXA. CA AXA can now track the performance, crash, and usage data of your app

Documentation

For more documentation and API references, go to our main website

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
25.9.1 102 9/10/2025
25.7.1 275 6/13/2025
25.4.1 171 3/21/2025
25.3.1 270 3/4/2025
25.2.1 133 1/17/2025
25.1.1 153 11/28/2024
24.11.1 161 10/25/2024
24.9.1 198 9/3/2024
24.7.2 156 7/9/2024
24.7.1 163 6/21/2024
24.5.1 148 5/9/2024
24.1.1.1 135 5/3/2024
20.3.1 1,092 4/6/2020
1.0.0 631 4/6/2020

First Release!