la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 136 forks source link

Appsflyer integration is not sending #58

Open DarwinVJ opened 1 year ago

DarwinVJ commented 1 year ago

Having configured the integration with appsflyer, it usually happens that events are sent with: integrations: {}, is there any reason for this to happen?

spegoraro commented 1 year ago

I've noticed that the integrations field in the raw payload has AppsFlyer: false for all events when I set appsflyerIntegrationEnabled: true in the config.

RicharC293 commented 1 year ago

Same problem with amplitude

aldo-mymo commented 1 year ago

@DarwinVJ were you able to solve this issue? Having the same problem. iOS attribution works fine, Android does not. @spegoraro I noticed the false in the integrations but same for iOS, knowing that iOS works.

danielgomezrico commented 11 months ago

Is this already solved on 3.13.1 ?

Imgkl commented 10 months ago

@danielgomezrico No. I tested this. Even on version 3.13.1, I'm seeing the integrations for appsflyer as false even with the appsflyerIntegrationEnabled: true

image