AppsFlyerSDK / appsflyer-capacitor-plugin

AppsFlyer SDK plugin for Capacitor
MIT License
15 stars 26 forks source link

Retrieving attribution data after invited user install #9

Closed ghonche closed 2 years ago

ghonche commented 2 years ago

Hello, I've generated an invitation link using generateInviteLink(options). When the app is already installed on device, this link opens the app and triggers registerOnAppOpenAttribution() event. But when app is not installed on device, the link opens my app's page on Google Play, which is actually fine. the problem is I want to trigger an event when user opens the app from Google Play after installation completes.

Any help is appreciated.

ghonche commented 2 years ago

Sorry, this issue is related to appsflyer-cordova-plugin. I'm closing this!