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
0
votes
0 answers

Cannot launch app after installing AppsFlyerLib

I'm trying to integrate the AppsFlyer SDK into my SwiftUI iOS app. I've installed the framework via cocoapods. But now when running the app (My Mac, Designed for iPhone), I get this error: The developer of this app needs to update it to work with…
Peter Ruppert
  • 1,067
  • 9
  • 24
0
votes
0 answers

How to resolve .../AppDelegate.h:13:1: Duplicate interface definition for class 'AppDelegate' error

I am following these instructions to integrate Appslflyer into my React-Native app: https://support.appsflyer.com/hc/en-us/articles/360017822178#testing-ios-uninstalls WHAT AM I TRYING TO ACHIEVE I need to track iOS uninstalls. They use silent push…
0
votes
1 answer

continueUserActivity not being called when Universal Link is launched, using AppsFlyer and React Native

I'm working on adding Universal/Deep Linking to a React Native app, and it's also using the AppsFlyer React Native plugin / iOS SDK (however I believe this is not the issue). Whenever I click a universal link (an AppsFlyer OneLink), it launches the…
Tom Oakley
  • 6,065
  • 11
  • 44
  • 73
0
votes
0 answers

Check if user installed my app from Snapchat using AppsFlyer SDK

I'm using AppsFlyer and trying to set up ads in Snapchat. When users install the app from Snapchat I see a separate column of users in AppsFlyer for "media_source – snapchat_int". I want to determine if the user came from Snapchat on app launch. I…
Danylo Kurylo
  • 235
  • 2
  • 11
0
votes
0 answers

Apps-flyer's one link is not opens app if already installed?

appsFlyer.generateInviteLink( { channel: 'gmail', campaign: 'projecttest', customerID: 'ab8F', userParams: { inviteCode: this.state.inviteCode, …
Sid009
  • 421
  • 5
  • 16
0
votes
1 answer

Can I use 2 different Appsflyer account in a ios application?

As the title and due to my company marketing plan, if I use 2 different Appsflyer accounts (2 different appsflyer dev key) can my app working normally in tracking user events? Or they will overwrite each other? Does someone do it before?
Bad_Developer
  • 537
  • 5
  • 20
0
votes
1 answer

AppsFlyer: Is there way to find if user reinstalls the app

I am trying to find if the users current app install if the first or if its a reinstall. Is there any way to determine this using iOS SDK?
Parin Shah
  • 189
  • 2
  • 11
0
votes
1 answer

AppsFlyer Onelink Deeplinking Debugging

I'm using AppsFlyer to test retargeting feature. I've implemented deep-linking using Firebase. I launch the app on my device using Xcode and click the link below which launches the browser and redirects to AppStore. Since I'm running the debug…
NSNerd
  • 141
  • 1
  • 8
0
votes
2 answers

AppsFlyer Xamarin iOS binding, null reference exception

https://github.com/AppsFlyerSDK/XamariniOSBinding Is anyone able to get this repo running? I am hitting an null reference exception on startup because the tracker object is null - although this is bound as a static in the API Definition //…
Greg
  • 181
  • 3
  • 11
0
votes
1 answer

Facebook App Install ad - Data in sdk

I have installed the Facebook SDK, as well as Appsflyer and Mixpanel. The thing is that I need certain data when the user installs the app via Facebook. The data I need is the Ad Group, Keywords (if possible) and campaign name/id. I can't seem to…
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168
0
votes
2 answers

AppsFlyer integration not working in iOS?

I Have added AppsFlyer in my ios app by following this link link and its showing following error duplicate symbol _OBJC_CLASS_$_AppsFlyerUtils in: /Users/Company/Documents/iosApp/AppsFlyer.framework/AppsFlyer(AppsFlyerUtils.o) …
Bangalore
  • 1,572
  • 4
  • 20
  • 50
1
2