Questions tagged [appsflyer-ios-sdk]

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

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

27 questions
5
votes
0 answers

Framework is not found. Linker command failed with exit code -1

I want to add Appsflyer framework in my project. Added by two ways Downloaded the framework and imported it to project. Added in Linked Frameworks and Libraries. When i Compile it shows the error of "ld: framework not found AppsFlyer. Linker…
Gokulnath
  • 235
  • 2
  • 13
3
votes
2 answers

Does AppsFlyer have development enviroment or sandbox?

As titled, I am implementing AppsFlyer iOS SDK and integrating the service to our app. But I do not see a way to distinguish the events coming from development environment or production. Does it even exists?
King Chan
  • 4,212
  • 10
  • 46
  • 78
2
votes
0 answers

iOS IDFA AppsFlyer - Events Won't Log

In an app I am working on we are using Appsflyer to track events in the app. We are using Appsflyer for years now, but since March 2020 we stopped seeing events in the console. In Android App everything works fine I've compared to commits from…
Vadim F.
  • 881
  • 9
  • 21
2
votes
1 answer

AppsFlyer’s SDK receipt validation fails

Trying to do in‐app purchase server receipt validation using AppsFlyer’s SDK. Called the validateAndTrackInAppPurchase method inside the SKStoreKit’s completeTransaction: callback. However it fails and always returns following response. { …
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
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

AppsFlyer Deeplink not working in Swift iOS

I am using an appsflyer deeplink to open the app but it is redirecting to the appstore instead of taking to the app which is already installed. Any response will be appreciated. The link is already generated and integrated in the xcode. every time i…
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,…
1
vote
0 answers

Swift Undefined OBJC Class symbol

I am trying to build and run my project on the simulator, but am getting this error from an AppsFlyer library: Undefined symbol: _OBJC_CLASS_$_AppsFlyerLib Building and running on a physical device works fine, only get the error when trying on…
tHatpart
  • 1,302
  • 3
  • 12
  • 27
1
vote
1 answer

AppsFlyer SDK iOS integration error Code=3840 "No value."

I've integrated the AppsFlyer SDK but continuously getting the following error: It calls the following delegate func -(void)onConversionDataFail:(NSError *) error { NSLog(@"%@",error); } And the console output is the following: Error…
Alex
  • 475
  • 3
  • 14
1
vote
0 answers

Cannot See NonOrganic Installs in AppsFlyer Dashboard

I have installed iOS AppsFlyer SDK, and I am able to see organic installs but I am not able to see NonOrganic installs, when I tried their "Simulate non-organic install" test. I still got an organic install. Is there something I need to do?
1
vote
0 answers

Sending server-to-server events to AppsFlyer

I'm trying to sending server-to-server events to AppsFlyer for subscription notifications. For now I caught user subscription data from my API end point. According to below article I have to append 'appsflyer_id' and 'customer_user_id' with…
Randima Lahiru
  • 355
  • 1
  • 10
1
vote
1 answer

Initializer for conditional binding must have Optional type, not '[AnyHashable : Any]'

when I type like this : func onAppOpenAttribution(_ attributionData: [AnyHashable : Any]!) { if let data = attributionData { if let link = data["link"]{ print("link: \(link)") } } } I got error "Initializer for…
Sarimin
  • 707
  • 1
  • 7
  • 18
1
vote
1 answer

SIGABRT Error When Trying to Initialization iOS AppsFlyer SDK

I am trying to run the initialization of the AppsFlyer SDK, but I am getting a Thread 1: signal SIGABRT error when the app is launching. I am using the guide from AppsFlyer here:…
username
  • 79
  • 10
0
votes
0 answers

Mobile Measurement Partner (MMP) Setup for Flutter App

I am trying to set up a TikTok Ads, but in order to target iOS 14.5 and above, Tiktok requires an MMP on our app. I only need the bare minimum, so that I can place my Ad on Tiktok to target iOS 14.5 and above Any thoughts on how to setup our app to…
JayVDiyk
  • 4,277
  • 22
  • 70
  • 135
1
2