AXAiOSBindings 24.1.1.1

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

// Install AXAiOSBindings as a Cake Tool
#tool nuget:?package=AXAiOSBindings&version=24.1.1.1

Using AXA Bindings Library in Xamarin

Installation

  1. Open your project to add the AXAiOSBindings.dll package.
  2. Right-click on Dependencies, select Manage NuGet Packages, and search the AXAiOSBindings.dll file from the list in the Nuget packages window under the nuget.org Package source and then click Add Package.
  3. Add the <app_name>_camdo.plist file to your project under iOS(xxx.iOS) and right click on it and set the Build Action to BundleResource

Initialising the SDK in your Source Code

  1. Initialize the CAMobileAppAnalytics SDK in the FinishedLaunching: method in the AppDelegate.cs file.
    #if IOS
        AXAiOSBindings.CAMDOReporter.InitializeSDKWithOptions(AXAiOSBindings.SDKOptions.LogLevelVerbose, (_, __) => { });
    #endif

Usage

Use AXAiOSBindings.CAMDOReporter to call custom APIs in your project.

For example:

AXAiOSBindings.CAMDOReporter.SetCustomerId("Test");

For more information, see https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/app-experience-analytics-saas/SaaS/configuring/collect-data-from-ios-applications/collect-data-from-supported-mobile-platforms.html#concept.dita_6c3ef640e7e0cc8549ce43c10731700185fbf76e_Xamarin

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.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
2023.7.2 217 7/20/2023
2023.7.1 168 7/19/2023
24.7.1 70 6/21/2024
24.5.1 72 5/9/2024
24.1.1.1 50 5/3/2024
20.3.1 734 4/6/2020
1.0.0 501 4/6/2020