Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OneLink doesn't work after app install #306

Open
lashket opened this issue Mar 12, 2024 · 4 comments
Open

OneLink doesn't work after app install #306

lashket opened this issue Mar 12, 2024 · 4 comments
Labels

Comments

@lashket
Copy link

lashket commented Mar 12, 2024

Hello

I want to implement this behaviour:

  1. User click on link https://xxxxx.onelink.me/MQ0A/gpxcrho6?site_id=241241
  2. User redirected to app/google store
  3. install the app and be redirected to specific page based on site_id

But it doesn't work. When app already installed it works fine.

On first installation I get some weird stuff:
{"scheme":"io.edco.app","request_ip_version":"IP_V6","is_deferred":false,"host":"google","link":"io.edco.app://google/link/?request_ip_version=IP%5FV6&match_message=No%20pre%2Dinstall%20link%20matched%20for%20this%20device%2E","path":"/link","match_message":"No pre-install link matched for this device."}

I'm using the latest version of AppsFlyer SDK appsflyer_sdk: ^6.13.0+2

Flutter version: 3.16.8

Also, I set up this package app_tracking_transparency based on this documentation:
https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin/blob/master/doc/Guides.md#ios14

final AppsFlyerOptions appsFlyerOptions = AppsFlyerOptions(
      afDevKey: 'mykey',
      appId: isIos ? '6446839508' : 'io.edco.app',
      showDebug: true,
      manualStart: true,
      timeToWaitForATTUserAuthorization: 60,
    );

P.s. everything works fine for android platform

Copy link

👋 Hi @lashket and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com.
When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

@amit-iconflux
Copy link

Getting same issue.

@Dimolll
Copy link

Dimolll commented Apr 22, 2024

same issue

@tudosxxx
Copy link

I can only see ondeeplink monitoring and printing when running through IDE. There is no deep link. Then I created the invitation link through the method, opened the network through the invitation link, then entered the googlepaly store, and then opened the application. Ondeeplink did not listen, but printed onInstallConversionData res: {status: success, payload: {install_time: 2024-05 -23 02:43:32.550, af_status: Organic, af_message: organic install, is_first_launch: false}}。

How do you test Android?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants