segmentio / analytics_flutter

The hassle-free way to add Segment analytics to your Flutter app.
MIT License
26 stars 33 forks source link

`Application Updated` and `Deep Link Opened` Events Are Not Logged #55

Closed omarhussein-ava closed 3 months ago

omarhussein-ava commented 4 months ago

Application Updated and Deep Link Opened events are not logged even though they are supported by the SDK, can someone check and fix this please?

We did setup Segments with our app and it is sending the logged events to Segments but these two events are not logged for some reason.

Platforms: iOS 17 and Android 13.

  final Analytics analytics = createClient(
    Configuration(
      AppConfig.data.segmentWriteKey,
      debug: true,
      trackApplicationLifecycleEvents: true,
      collectDeviceId: true,
      trackDeeplinks: true,
    ),
  )..addPlugin(
      FirebaseDestination(firebaseOptions),
    );

Please let me know if you require more info on this.

edsonjab commented 4 months ago

Hi @omarhussein-ava thank you for your report. We start looking into this.

edsonjab commented 4 months ago

Hi @omarhussein-ava I can't replicate the issue, for me works as expected, could you provide more information about your project? Like: flutter version, analytics_flutter version

oscb commented 3 months ago

Closing due to inactivity