Skip to content

onInstallConversionData(res) doesnot get called for the first time #326

Description

@AhmadIzaz

So I have imlemented this callback like this

AppFlyerInstance?.onInstallConversionData((res) {
        print('AppsFlyer --- APPSFLYERDEBUG res ${res}');
      });

But when I install the app first time, i can see the logs in my debug console something like these

[Other] [GCD-A02] Calling onConversionDataSuccess with:
D/AppsFlyer_6.14.0( 4477): {install_time=2024-06-27 13:21:26.035, af_message=organic install, af_status=Organic, is_first_launch=false}

But callback doesnot invoke and then when I minimize and come of foreground again, then this callback get called.
its happening on Android and iOS both. Any solution? Am I missing something ??

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions