Questions tagged [appsflyer-android-sdk]

AppsFlyer's SDK provides app installation tracking and event tracking functionality for Android devices.

You can find more details on the website AppsFlyer SDK Integration Android community

31 questions
6
votes
2 answers

appsflyer not called onAppOpenAttribution after first install

Deferred Deeplinking NOT working. I am using appsflyer, Android 5.1.1, Android Studio 2.3.3 in build.gradle: compile 'com.appsflyer:af-android-sdk:4.8.3@aar' in Application: @Override public void onCreate() { super.onCreate(); …
RenYuZhuo
  • 161
  • 1
  • 10
4
votes
4 answers

AppsFlyer returns status code 400

I implemented Appsflyer for my sample project, but when I run it, the server returns an error code 400. I/AppsFlyer_1.18-117182240: response code: 400 There is my MainActivty.java public class MainActivity extends AppCompatActivity { public static…
Naviart
  • 51
  • 1
  • 4
3
votes
1 answer

AppsFlyer SDK integration

I have added AppsFlyer SDK in application. Below is the code which i have added in the application: In Application class: AppsFlyerConversionListener conversionDataListener = new AppsFlyerConversionListener() { …
Annie
  • 2,397
  • 3
  • 18
  • 26
2
votes
2 answers

Play store asking me to update third party library even after updating. Unable to upload app to play store

I am using Appsflyer library in my project. Previously I was using version 5.0.0. Then I got this message when uploading a new version. The developer of AppsFlyer SDK (com.appsflyer:af-android-sdk) has reported version 5.0.0 as outdated. You must…
2
votes
0 answers

AppsFlyer/Adjust/AppMetrica doesn't work with Expo?

I made my first app with Expo and now I'm trying to set analytics. I tried different services (AppsFlyer, Adjust, AppMetrica, Flurry) but it seems that it doesn't work. Is it true that Expo doesn't work with them or I have to try harder to get it…
Xenia
  • 87
  • 6
2
votes
1 answer

Build fails when AppsFlyer is used with ProGuard

I'm following this manual to integrate AppsFlyer into our Android app. When I try to build the project with minifyEnabled true the following warnings appear in the build log: Warning: com.appsflyer.GcmInstanceIdListener: can't find superclass or…
RustamG
  • 1,815
  • 1
  • 14
  • 16
2
votes
0 answers

AppsFlyer SDK Integration Test failed on app, but non-organic test data is reflected on the Dashboard

Trying to integrate the AppsFlyer SDK for Android, I've followed all the steps indicated in the AppsFlyer guide. Initially, the dependency that was stated is: implementation 'com.appsflyer:af-android-sdk:4+@aar' But for some reason, it wasn't…
AL.
  • 36,815
  • 10
  • 142
  • 281
2
votes
1 answer
2
votes
2 answers

Uninstall track with AppsFlyer SDK error

I have integrated AppsFlyer SDK for analytics, it is tracking app installs but somehow when using uninstalls feature it crashes. I have initialized SDK in MyApplication AppsFlyerLib.getInstance().startTracking(this, Constants.APPS_FLYER_KEY); I…
Ravi
  • 34,851
  • 21
  • 122
  • 183
2
votes
4 answers

App installation tracking using AppsFlyer

I want to track how my android app was installed by user, either by google play store or anything else. I've choosed AppsFlyer for tracking and referenced some sites and just coded to track app events alone and got it on AppsFlyer site too. But…
Sangeetha
  • 496
  • 1
  • 7
  • 25
1
vote
0 answers

Get attribution to Appsflyer

I need to get de attributions from a short link(onelink) from AppsFlyer. I tried to do https://dev.appsflyer.com/hc/reference/get-onelink-attribution-link, but always get 401 "Authentication Failed".
1
vote
0 answers

onInstallConversionData doesn't invoke after app installing on android

i want to implement deffered link to the app, process link params after app first installing. onInstallConversionData method invokes when app is already installed, but not on first launch. i implemented this code in App.tsx. const…
1
vote
1 answer

Android Application class called periodically every day same hour causing network request overload

In my app, in the Application class there is a function that triggers some network requests that fetch the needed data for the app to work. Recently i have noticed that these requests are trigger periodical every day at 11:00 GMT. From the logs i am…
1
vote
1 answer

(AppsFlyer / Unity IAP package) AppsFlyer in-app purchase event - incorrect revenue values are shown in the AppsFlyer console

Total revenue shown in the AppsFlyer console is significantly larger than the actual revenue. When we review data from a CSV export, we notice that plenty of af_purchase events have USD currency but very different revenue values - for example, if an…
1
vote
2 answers

Error: Program type already present: com.appsflyer.AFExecutor

I'm struggling to implement AppsFlyer on Android using Java. I have looked into a couple of posts already such as this, this. Here is the entire error message: [org.gradle.api.Project] AGPBI: {"kind":"error","text":"Program type already present:…
morita657
  • 11
  • 4
1
2 3