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
1
vote
0 answers

Appsflyer cordova-plugin-appsflyer-sdk - unable to track installations on Android

I am using a Cordova plugin to track installations of my hybrid Apps: cordova-plugin-appsflyer-sdk. This plugin works for me on iOS, I am able to track installations of the iOS App built with Cordova. I am unable though to track the installations…
1
vote
0 answers

AppsFlyer Android onInstallConversionDataLoaded delay callback

Ok so i grabbed the code from AppsFlyer Cordova plugin: AppsFlyerProperties.getInstance().set(AppsFlyerProperties.LAUNCH_PROTECT_ENABLED, false); AppsFlyerLib instance = AppsFlyerLib.getInstance(); try{ final JSONObject options…
Rendy
  • 5,572
  • 15
  • 52
  • 95
1
vote
1 answer

What are the limitations of using AppsFlyer for Analytics?

I came across AppsFlyer for mobile analytics but then I'm not able to get custom attributes and events. Is it possible to do with AppsFlyer? And what are the other limitations with AppsFlyer?
1
vote
1 answer

AppsFlyer integration test fails

I am using AppsFlyer for install and uninstall tracking. I have gone through the documents and integrated it. I used their Interation test app for integration verification. as per the document it is required to use MultipleInstallBroadcastReceiver …
0
votes
0 answers

AppsFlyer Android - Error Code 40: Failed to connect to conversions.appsflyer.com/0.0.0.0:443

I'm trying to integrate the AppsFlyer SDK to my Android app but I'm just getting this error when starting AppsFlyer: Error code 40: Error description: Failed to connect to conversions.appsflyer.com/0.0.0.0:443 Here's my setup code: private fun…
JoeGeC
  • 187
  • 3
  • 10
0
votes
0 answers

Read file from /data folder (with chmod 744) in android

I have a rooted device and I added a file named test.txt to the root /data directory. And then I changed its permission to 744 with following adb command: adb shell su -c 'chmod 744 /data/test.txt' After the command the permission changed to…
Saman Sattari
  • 3,322
  • 6
  • 30
  • 46
0
votes
0 answers

How to validate multiple purchase transactions with Android AppsFlyer SDK

I am having an issue with AppsFlyer Android SDK AppsFlyerInAppPurchaseValidatorListener class. AppsFlyerLib.getInstance().registerValidatorListener(this,new AppsFlyerInAppPurchaseValidatorListener() { public void onValidateInApp() { …
vspyder
  • 31
  • 4
0
votes
1 answer

Replacement of sendDeepLinkData method in AppsFlyer Android version 6.6.1

sendDeepLinkData method is not found in AppFlyer version 6.6.1 I referred this document, I didn't find out the replacement method for…
Akshay Raiyani
  • 1,243
  • 9
  • 21
0
votes
2 answers

How to integrate Appsflyer Uninstall measurement in an app with FCM installed?

I try to integrate AppsFlyer SDK with FCM already integrated in our app but stumbled upon the Uninstall Measurement part. The version of the app without AppsFlyer Uninstall Measurement is in Google Play Store and the version with it is not yet…
0
votes
2 answers

Background Service Restrictions and Firebase Cloud Messaging

I am trying to implement this Appsflyer Uninstall Tracking feature: https://support.appsflyer.com/hc/en-us/articles/210289286?input_string=android+uninstall+tracking#Android-Uninstall and it requires setting up a FCM service to handle silent push…
0
votes
1 answer

Appsflyer Crash : Fatal Exception: java.lang.NoSuchMethodError for MultipleInstallBroadcastReceiver.java line 43

I am getting a Crash which is reported in Crashlytics for com.appsflyer.MultipleInstallBroadcastReceiver.onReceive in MultipleInstallBroadcastReceiver.java class This Crash is been reported for few users in all the android verisons Fatal Exception:…
0
votes
1 answer

Appsflyer integration - out of store apk with React Native

I am trying with Appsflyer out of store apk integration with React Native, I have followed below mentioned steps - Added app on Appsflyer account with com.reactnativetest package and 9apps_int as channel name. Integrated react-native-appsflyer SDK…
0
votes
1 answer

'Attempt to invoke virtual method \'android.content.Context android.app.Application.getApplicationContext()\' on a null object reference'

I'm using https://github.com/AppsFlyerSDK/react-native-appsflyer in our react-native app. I managed to set up the iOS part of it and ran the integration tests successfully but I'm struggling with the Android integration. 1st problem: When I…
AziCode
  • 2,510
  • 6
  • 27
  • 53
0
votes
1 answer

Appsflyer uninstall tracking with GCM

We are using appsflyer sdk for uninstall tracking. We are just using GCM and not integrated firebase-messaging. Is it ok to keep using only gcm with appsflyer even after appsflyer sdk 4.7 +
Changdeo Jadhav
  • 706
  • 9
  • 23
0
votes
1 answer

Android : Not getting deeplink inside onAppOpenAttribution() method of AppsFlyer

We are using AppsFlyer to create deferred deeplink to redirect to our app, but we are getting the first 29-30 character of deeplink rather than complete deeplink which we have mentioned in the portal. Any suggestions? How to use AppsFlyer to use…