appsflyer-flutter-plugin
appsflyer-flutter-plugin copied to clipboard
Flutter Plugin for AppsFlyer SDK
Getting this when i'm trying to run my app: ``` This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures,...
When a deeplink like `mycustomscheme://whatever_you_want` is fired on IOS, it correctly opens the app. However, the payload of the `clickEvent` does not contains the link like for universal links, only...
**This PR contains the following changes:** 1. Fix a typo in `appsflyer_invite_link_params.dart` and `appsflyer_sdk.dart`: - `referreImageUrl -> referrerImageUrl` 2. Fix tests for deprecated methods by substituting the expected output with...
How to use function appendParametersToDeepLinkingURL
I am using the latest AF plugin for my project and setting up deep link feature. I post this onelink on multiple social network platform like Facebook, Twitter, ... I...
Non-organic in-app events attrubited to Organic source when we do a AF SDK TEST using attribution links. The installs attributed correctly to non-organic source(as we set in the attribution link),...
Hello. Add AppsFlyer 6.9.2 Support
**Describe the bug** AppsflyerSDK not initialising. **To Reproduce** ```dart static initializeAppsFlyer({required String devKey, required String appleAppId, bool isDebug = false, bool disableAdvertisingIdentifier = true}) async { Map appsFlyerOptions = {...
You should remove or make notes, that **waitForCustomerUserId** not implemented yet. https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin/blob/master/ios/Classes/AppsflyerSdkPlugin.m#L475