AXAiOSBindings_MAUI 25.7.1
dotnet add package AXAiOSBindings_MAUI --version 25.7.1
NuGet\Install-Package AXAiOSBindings_MAUI -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_MAUI" Version="25.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AXAiOSBindings_MAUI" Version="25.7.1" />
<PackageReference Include="AXAiOSBindings_MAUI" />
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_MAUI --version 25.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AXAiOSBindings_MAUI, 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.
#addin nuget:?package=AXAiOSBindings_MAUI&version=25.7.1
#tool nuget:?package=AXAiOSBindings_MAUI&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 .NET MAUI apps
Installation
- Open your project to add the
AXAiOSBindings_MAUI.dll
package. - Right-click on Dependencies, select Manage NuGet Packages, and search the AXAiOSBindings_MAUI.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 as a bundle resource For example:<ItemGroup> <BundleResource Include="xxx_camdo.plist" /> </ItemGroup>
Initialising the SDK in your Source Code
Initialise the CAMobileAppAnalytics SDK in MauiProgram.cs in iOS FinishedLaunching event
- Import AXAiOSBindings_MAUI
#if IOS using AXAiOSBindings_MAUI; #endif
- Initialise the SDK
.ConfigureLifecycleEvents(events => { #if IOS events.AddiOS(iOS => iOS.FinishedLaunching((app, launchOptions) => { AXAiOSBindings_MAUI.CAMDOReporter.InitializeSDKWithOptions(AXAiOSBindings_MAUI.SDKOptions.SDKLogLevelVerbose, (_, __) => {LogEvent("SDK initialized successfully"); }); return true; })); #endif
Usage
Use AXAiOSBindings_MAUI.CAMDOReporter
to call custom APIs in your project.
For example:
AXAiOSBindings_MAUI.CAMDOReporter.SetCustomerId("Test");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-ios16.1 is compatible. net8.0-ios was computed. net9.0-ios was computed. net10.0-ios was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-ios16.1
- 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 | 100 | 6/13/2025 |
25.4.1 | 140 | 3/21/2025 |
25.3.1 | 240 | 3/4/2025 |
25.2.1 | 126 | 1/17/2025 |
25.1.1 | 140 | 11/28/2024 |
24.11.1 | 145 | 10/25/2024 |
24.9.1 | 154 | 9/3/2024 |
24.7.2 | 166 | 7/9/2024 |
24.7.1 | 156 | 6/21/2024 |
24.5.1 | 185 | 5/9/2024 |
24.1.2 | 142 | 4/1/2024 |
24.1.1 | 159 | 1/11/2024 |
23.12.1 | 205 | 11/29/2023 |