Oscore.AppsFlyer.Maui 0.9.22

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

AppsFlyer.Maui

Nuget package CI/CD License: MIT

Professional integration of existing Xamarin binding libraries in a single cross-platform interface according to best practices. This library implements deferred deep linking and extended deferred deep linking without additional configuration.

Usage

  • Add NuGet package to your project:
<PackageReference Include="Oscore.AppsFlyer.Maui" Version="1.0.0" />
  • Add the following to your MauiProgram.cs CreateMauiApp method:
builder
    .UseMauiApp<App>()
+   .UseAppsFlyer(options =>
+   {
+       options.DeveloperKey = "YOUR_DEVELOPER_KEY"; // Replace with your DevKey
+       options.AppleApplicationId = "YOUR_APPLE_APP_ID"; // Replace with your Apple AppId
+   })
    .ConfigureFonts(fonts =>
    {
        fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
        fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
    });
  • iOS: Add "NSUserTrackingUsageDescription" to your Info.plist file:
	<key>NSUserTrackingUsageDescription</key>
	<string>We use this data to improve user experience</string>
  • Use the following code to track events:
AppsFlyer.Current.LogEvent(Events.Purchase, new Dictionary<string, string>
{
    [EventParameters.Price] = "2",
    [EventParameters.Currency] = "USD",
    [EventParameters.Quantity] = "1",
    [EventParameters.Description] = "Description",
});
  • Use the following code to handle deep links:
AppsFlyer.Current.DeepLinkResolved += (sender, args) =>
{
    Console.WriteLine($"Deep link resolved: {args.Url}");
};
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.5 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.5 is compatible.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.0 913 5 months ago
1.0.3 288 6 months ago
1.0.2 356 8 months ago
1.0.0 131 8 months ago
0.9.22 146 8 months ago
0.9.21 993 10 months ago
0.9.20 117 10 months ago
0.9.19 119 10 months ago
0.9.18 123 10 months ago
0.9.17 113 10 months ago
0.9.16 111 10 months ago
0.9.15 124 6/21/2024
0.9.14 133 6/20/2024
0.9.13 165 5/24/2024
0.9.12 143 5/23/2024
0.9.11 139 5/22/2024
0.9.10 123 5/21/2024
0.9.9 133 5/20/2024
0.9.8 165 5/6/2024
0.9.7 120 5/1/2024
0.9.6 99 5/1/2024
0.9.5 102 5/1/2024
0.9.4 124 5/1/2024
0.9.3 124 4/30/2024
0.9.2 116 4/30/2024
0.9.1 115 4/30/2024
0.9.0 117 4/17/2024
0.0.0-dev 94 8 months ago