Questions tagged [appsflyer]

AppsFlyer is the market leader in mobile advertising attribution and analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost ROI.

You can find more details on the support.appsflyer.com

115 questions
2
votes
1 answer

How to test a non-organic install Appsflyer on iOS

I really add my device on white list to test and then I follow step bellow: https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS#integration On the device, I clicked on the URL and the Safari redirected to the app…
blindknight
  • 79
  • 1
  • 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
1 answer

Robolectric Unit Test fails with NoClassDefFoundError when the app depends on AppsFlyerLib

My app has following appsflyer dependencies: 'com.appsflyer:af-android-sdk:4.8.15' 'com.android.installreferrer:installreferrer:1.0' And, I have tried running Robolectric unit test with appsflyer dependency added, but my test did not start but…
shoheikawano
  • 1,092
  • 3
  • 14
  • 31
2
votes
1 answer

AppsFlyer iOS compile error: "AppsFlyerTracker.shared().delegate = self" fails

I'm integrating AppsFlyer into my iOS Swift 4 app w/ XCode 10.0. CocoPods has installed AppsFlyer 4.8.9 SDK. import AppsFlyerLib works. In didFinishLaunchingWithOptions, I can access AppsFlyerTracker.shared() and set the dev key & app id. However,…
Marc Gelfo
  • 81
  • 8
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
3 answers

onAppOpenAttribution not called for deep links with AppsFlyer

I have integrated the AppsFlyer SDK into my project. I have managed to get deep links working. Any links I make in OneLink will open the app as desired. However I have no way to access the link parameters. I have implemented all the following…
Kex
  • 8,023
  • 9
  • 56
  • 129
2
votes
2 answers

appflayer deeplinking not working when application open from link (delegate method not called)

I have deeplinking with AppFlayer SDK and universal link open the application successfully means deeplinking working fine. Now issue is that when application open from link then it will not redirect to it's page. But if I put application in…
Chirag Shah
  • 3,034
  • 1
  • 30
  • 61
2
votes
0 answers

Get net::ERR_UNKNOWN_URL_SCHEME using deeplink in android facebook browser

when user visit our web site in facebook app(android), the android download link failed. The error message is "net::ERR_UNKNOWN_URL_SCHEME" our web site is https://ucarer.tw and the download link is like(with appsflyer tracing)…
wilson Liu
  • 579
  • 2
  • 8
  • 18
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
2
votes
1 answer

How to pass information from the browser to an application? (Ios)

An example of an AppsFlyer link would be https://app.appsflyer.com/id111111111?pid=my_pid&c=campaign1 this link redirects to the AppStore. When we launch / install the app, we have the information inside the (Ios) app. I thought that maybe some…
user5563983
2
votes
0 answers

How to add Google Play Services SDK to AppsFlyer Xamarin Android App?

I need to track Google Advertising ID with AppsFlyer. In order to do that, I need to add Google Play Services SDK to my Xamarin Android App. Official AppsFlyer binding manual offers me to add GooglePlayServicesLib.dll binding library to project. But…
xakpc
  • 1,709
  • 13
  • 27
1
vote
1 answer

Unable to record a non-organic install in AppsFlyer dashboard (iOS)

I have integrated AppsFlyer SDK in my iOS application and successfully added AppsFlyer event logging feature for several events. I am able to detect organic installs in my AppsFlyer dashboard and the events that have been triggered were successfully…
Rahul N
  • 11
  • 3
1
vote
0 answers

Way to fetch all prices for all countries of all subscriptions from AppStore Connect

I need to track all purchase events in my iOS application. The thing is that it uses a subscription model so the majority of events come from server-to-server notifications (sent by Apple, without the user opening the app). It can be renew, cancel,…