AXAiOSBindings_MAUI 25.2.1
See the version list below for details.
dotnet add package AXAiOSBindings_MAUI --version 25.2.1
NuGet\Install-Package AXAiOSBindings_MAUI -Version 25.2.1
<PackageReference Include="AXAiOSBindings_MAUI" Version="25.2.1" />
<PackageVersion Include="AXAiOSBindings_MAUI" Version="25.2.1" />
<PackageReference Include="AXAiOSBindings_MAUI" />
paket add AXAiOSBindings_MAUI --version 25.2.1
#r "nuget: AXAiOSBindings_MAUI, 25.2.1"
#:package AXAiOSBindings_MAUI@25.2.1
#addin nuget:?package=AXAiOSBindings_MAUI&version=25.2.1
#tool nuget:?package=AXAiOSBindings_MAUI&version=25.2.1
Using AXA Bindings Library in .NET 7 MAUI
Installation
Open your project to add the
AXAiOSBindings_MAUI.dllpackage.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.plistfile to your project as a bundle resourceEdit the
xxx.csprojfile and set the TargetFramework condition for the<app_name>_camdo.plistfile, reference as followsCondition="'$(TargetFramework)'=='net7.0-ios"For example:
<ItemGroup Condition="'$(TargetFramework)'=='net7.0-ios'"> <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. |
-
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 | 376 | 6/13/2025 |
| 25.4.1 | 274 | 3/21/2025 |
| 25.3.1 | 363 | 3/4/2025 |
| 25.2.1 | 222 | 1/17/2025 |
| 25.1.1 | 242 | 11/28/2024 |
| 24.11.1 | 265 | 10/25/2024 |
| 24.9.1 | 245 | 9/3/2024 |
| 24.7.2 | 282 | 7/9/2024 |
| 24.7.1 | 244 | 6/21/2024 |
| 24.5.1 | 276 | 5/9/2024 |
| 24.1.2 | 237 | 4/1/2024 |
| 24.1.1 | 269 | 1/11/2024 |
| 23.12.1 | 270 | 11/29/2023 |