AppsFlyerSDK / segment-appsflyer-ios

The AppsFlyer iOS SDK integration with Segment
https://segment.com/docs/integrations/appsflyer/
MIT License
23 stars 59 forks source link

Events do not appear on segment panel #47

Closed Lucasdsk closed 3 years ago

Lucasdsk commented 3 years ago

It seems that some events are sent but they were not tracked by segment.io. image

On segment panel none events were delivered:

image

This is our AppDelegate.m: https://gist.github.com/Lucasdsk/443394d12171614bc8944bcd540ef78a Also in AppDelegate.h I have: #import "SEGAppsFlyerIntegrationFactory.h"

Am I missing something?

af-margot commented 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. Xnip2021-01-30_20-10-46 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!

Lucasdsk commented 3 years ago

hey @af-margot , I had to use the package react-native-appsflyer instead of this one because it wasn't tracking the events.