Skip to content

[ANDROID] - Adjust.processAndResolveDeeplink method is not completing the future in DEBUG mode. #181

@arthurgiani

Description

@arthurgiani

Flutter version: 3.32.8
Adjust SDK version: 5.4.5

Steps to reproduce

  1. Open the app in debug mode with an android phone connected (it can be any device)
  2. Click on a deep link created by Adjust

Expected behavior: await Adjust.processAndResolveDeeplink(AdjustDeeplink(link)) would return the resolved deep link

Actual behavior: await Adjust.processAndResolveDeeplink(AdjustDeeplink(httpsUrl) neves completes.

The bug happens in debug mode. Everything is ok in RELEASE mode.

Flutter Doctor

[✓] Flutter (Channel stable, 3.32.8, on macOS 26.1 25B78 darwin-arm64, locale en-BR)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 26.1.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.106.0)
[✓] Connected device (3 available)
[✓] Network resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions