appsflyer-flutter-plugin icon indicating copy to clipboard operation
appsflyer-flutter-plugin copied to clipboard

The first time launch on IOS do not have onInstallConversionData callback

Open Doinb1988 opened this issue 4 years ago • 2 comments

The first time launch on IOS do not have onInstallConversionData callback. I try this on my own app and the official example demo, on IOS device, the first time launch, we don't have onInstallConversionData callback, but the second time launch or onResume, it works. can anyone tell why? Is it possible to make it work on the first time launch?

Steps to reproduce the behavior:

  1. Run the example demo on IOS simulator or devices.

Expected behavior First time launch would have a onInstallConversionData callback.

_appsflyerSdk.onInstallConversionData((res) {
  print("onInstallConversionData res: " + res.toString());
  setState(() {
    _gcd = res;
  });
}

Doinb1988 avatar Nov 29 '21 03:11 Doinb1988

Hi @Doinb1988 , Thank you for reaching out to us!

To provide optimal support, we would kindly ask you to submit a support ticket to [email protected]. When submitting the ticket, please specify your AppsFlyer sign-up (account) email, app ID, reproduction steps, code snippets, logs, any links you used, plugin version and any additional relevant information.

ge-af avatar Nov 29 '21 09:11 ge-af

@Doinb1988 Did you ever get this resolved? I was using the test integration and it worked in every scenario (android, iOS, dev, prod, simulator, emulator, etc) except on a physical iPhone. I set the timeToWaitForATTUserAuthorization value to 10 and it passed the test on the iPhone. I came here seeing if anyone else had that issue.

swiftymf avatar May 16 '22 14:05 swiftymf