Oscore.AppsFlyer.Maui
0.9.16
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Oscore.AppsFlyer.Maui --version 0.9.16
NuGet\Install-Package Oscore.AppsFlyer.Maui -Version 0.9.16
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.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oscore.AppsFlyer.Maui --version 0.9.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Oscore.AppsFlyer.Maui, 0.9.16"
#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 Oscore.AppsFlyer.Maui as a Cake Addin #addin nuget:?package=Oscore.AppsFlyer.Maui&version=0.9.16 // Install Oscore.AppsFlyer.Maui as a Cake Tool #tool nuget:?package=Oscore.AppsFlyer.Maui&version=0.9.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AppsFlyer.Maui
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}");
};
Links
- https://github.com/AppsFlyerSDK/XamariniOSBinding
- https://github.com/AppsFlyerSDK/XamariniOSBinding/blob/master/samples/Sample.NuGet.Xamarin/AppDelegate.cs
- https://github.com/AppsFlyerSDK/XamarinAndroidBinding
- https://github.com/AppsFlyerSDK/appsflyer-MAUI-sample-app
- https://github.com/HavenDV/AppsFlyerSDK.Maui
- https://support.appsflyer.com/hc/en-us/articles/207031996-Registering-test-devices
- https://dev.appsflyer.com/hc/docs/testing-android#creating-an-android-debug-app
- https://dev.appsflyer.com/hc/docs/dl_android_unified_deep_linking
- https://dev.appsflyer.com/hc/docs/dl_android_ocds_ddl
Product | Versions 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.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
-
net8.0-android34.0
- AppsFlyerXamarinBindingAndroid (>= 6.12.2)
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
-
net8.0-ios17.2
- AppsFlyerXamarinBinding (>= 6.13.1)
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
-
net8.0-maccatalyst17.2
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
-
net8.0-windows10.0.19041
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
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.0.3 | 126 | 10/28/2024 |
1.0.2 | 340 | 9/5/2024 |
1.0.0 | 108 | 9/4/2024 |
0.9.22 | 130 | 8/21/2024 |
0.9.21 | 839 | 6/28/2024 |
0.9.20 | 101 | 6/28/2024 |
0.9.19 | 102 | 6/28/2024 |
0.9.18 | 105 | 6/28/2024 |
0.9.17 | 97 | 6/28/2024 |
0.9.16 | 95 | 6/28/2024 |
0.9.15 | 107 | 6/21/2024 |
0.9.14 | 116 | 6/20/2024 |
0.9.13 | 149 | 5/24/2024 |
0.9.12 | 129 | 5/23/2024 |
0.9.11 | 123 | 5/22/2024 |
0.9.10 | 106 | 5/21/2024 |
0.9.9 | 118 | 5/20/2024 |
0.9.8 | 148 | 5/6/2024 |
0.9.7 | 105 | 5/1/2024 |
0.9.6 | 84 | 5/1/2024 |
0.9.5 | 84 | 5/1/2024 |
0.9.4 | 110 | 5/1/2024 |
0.9.3 | 110 | 4/30/2024 |
0.9.2 | 100 | 4/30/2024 |
0.9.1 | 99 | 4/30/2024 |
0.9.0 | 107 | 4/17/2024 |
0.0.0-dev | 79 | 9/4/2024 |