AXAiOSBindings 25.7.1
dotnet add package AXAiOSBindings --version 25.7.1
NuGet\Install-Package AXAiOSBindings -Version 25.7.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="25.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AXAiOSBindings" Version="25.7.1" />
<PackageReference Include="AXAiOSBindings" />
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 25.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AXAiOSBindings, 25.7.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@25.7.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=25.7.1
#tool nuget:?package=AXAiOSBindings&version=25.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Using AXA Bindings Library in Xamarin
Installation
- Open your project to add the
AXAiOSBindings.dll
package. - 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.
- 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
- 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");
Product | Versions 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 |
---|---|---|
25.7.1 | 271 | 6/13/2025 |
25.4.1 | 164 | 3/21/2025 |
25.3.1 | 269 | 3/4/2025 |
25.2.1 | 133 | 1/17/2025 |
25.1.1 | 153 | 11/28/2024 |
24.11.1 | 157 | 10/25/2024 |
24.9.1 | 197 | 9/3/2024 |
24.7.2 | 154 | 7/9/2024 |
24.7.1 | 156 | 6/21/2024 |
24.5.1 | 146 | 5/9/2024 |
24.1.1.1 | 135 | 5/3/2024 |
20.3.1 | 1,031 | 4/6/2020 |
1.0.0 | 625 | 4/6/2020 |