diff --git a/appsflyer.android.ts b/appsflyer.android.ts index a9bf8171..f80a3828 100644 --- a/appsflyer.android.ts +++ b/appsflyer.android.ts @@ -91,6 +91,7 @@ export const initSdk = function (args: InitSDKOptions) { data[key] = onAppOpenAttributionData.get(key); } + this._oaoaSuccessCallback(data); printLogs("onAppOpenAttribution: " + JSON.stringify(data)); } catch (e) { printLogs(`onAppOpenAttribution Error: ${e}`);