appsflyer-android-app
appsflyer-android-app copied to clipboard
Cannot reproduce this locally but getting massive amount of errors from production apps since last release. There was no relevant code changes, the only difference I can think of is...
```kotlin E/AppsFlyer_6.8.0: Error while sending request to server: com.appsflyer.internal.components.network.http.exceptions.HttpException: connection closed com.appsflyer.internal.components.network.http.exceptions.HttpException: connection closed at com.appsflyer.internal.AFc1sSDK.values(:117) at com.appsflyer.internal.AFb1bSDK.valueOf(:45) at com.appsflyer.internal.AFc1hSDK.values(:120) at com.appsflyer.internal.AFc1nSDK.afDebugLog(:206) at com.appsflyer.internal.AFc1lSDK.run(:6183) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)...
Hi As per documentation we can track uninstall number with the help of Appsfyer by adding below line of code inside onNewToken method of firebase service class: AppsFlyerLib.getInstance().updateServerUninstallToken(getApplicationContext(), token); But...
This method is not found in AppFlyer version 6.6.1 I referred this document, I didn't find out the replacement method for sendDeepLinkData(activity) https://support.appsflyer.com/hc/en-us/articles/115001256006-AppsFlyer-Android-SDK-release-notes This method removed from last AppFlyer version...
I don't receive the onAppOpenAttribution when mounting the app for the first time even if I pressed the link. onAppOpenAttribution will not be received whenever app is killed or not...
I have many crashes on Samsung Phone ``` E/AppsFlyer_6.3.2: (122058) [Thread-18] ExceptionInInitializerError at com.appsflyer.internal.a.AFKeystoreWrapper(Unknown Source:0) java.lang.ExceptionInInitializerError at com.appsflyer.internal.a.AFKeystoreWrapper(Unknown Source:0) at com.appsflyer.internal.ae$d.run(:3175) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at...
Hi, where can I report issues with the SDK? This is not from sample app, I have an issue with SDK inside my app, I'm getting this error: ``` D/AppsFlyer_5.4.4:...
implementation 'com.appsflyer:af-android-sdk:5.0.0@aar'
Hi, found an issue. According to documentation `startTracking` can be postponed until you receive user consent due to GDPR or CCPA requirements, etc.(https://support.appsflyer.com/hc/en-us/articles/207032126-Android-SDK-integration-for-developers#integration-34-delaying-initializing-the-sdk) In case of startTracking will be called...
Hi, I'm trying to integrate AppsFlyerSDK to my android app, but building application with proguard fails. First, I have added dependencies to my `build.gradle` file: ``` implementation 'com.appsflyer:af-android-sdk:4.9.0' implementation 'com.android.installreferrer:installreferrer:1.0'...