Closed Lucasdsk closed 3 years ago
Hi @Lucasdsk, The code looks fine. I'm not familiar with the Delivery Trends tool from Segment, but it seems that it only supports server-side events. If you want to check if events from the app are sent to Segment, you can check in the Segment Dashboard in Sources/Debugger. Hope this helps!
If you think there is another issue, please contact support@appsflyer.com. You can send them full logs and explain when the issue started, version... Thank you!
hey @af-margot , I had to use the package react-native-appsflyer
instead of this one because it wasn't tracking the events.
It seems that some events are sent but they were not tracked by segment.io.
On segment panel none events were delivered:
This is our
AppDelegate.m
: https://gist.github.com/Lucasdsk/443394d12171614bc8944bcd540ef78a Also inAppDelegate.h
I have:#import "SEGAppsFlyerIntegrationFactory.h"
Am I missing something?