Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
omarhussein-ava opened this issue Feb 6, 2024 · 3 comments
Closed

Comments

@omarhussein-ava
Copy link

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
Copy link
Contributor

edsonjab commented Feb 6, 2024

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

@edsonjab
Copy link
Contributor

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
Copy link
Contributor

oscb commented Mar 14, 2024

Closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants