alterine0101’s avataralterine0101’s Twitter Archive—№ 363

  1. hi; a little bit of background here; Gojek uses several "smart deeplink" services, for example, the "open" button shown on their official website redirects to gojek.onelink.me/2351932542?af_banner=true&pid=Go-Jek_Web&c=WebToAppBanner&af_adset=bottom-banner&af_ad=%2Fsg%2F&af_dp=gojek%3A%2F%2Fhome; lynxluna/1579280847479656448
    1. …in reply to @alterine0101
      this issue might be a specific case of Firebase Dynamic Links, though, and this is only applicable in iOS AFAIK; here, clipboard access is necessary when the user: 1. stumbles into a link; 2. haven't installed the app so they visited the App Store first;
      1. …in reply to @alterine0101
        3. installs the app; the clipboard here is used to find && recover the appropriate callback route for the initial link; as it is currently impossible to attach a custom callback to the App Store open button so the user may be routed to a specific section of the app when opened;
        1. …in reply to @alterine0101
          it's also clearly documented on Firebase's documentation for Flutter which is allegedly used by Gojek firebase.google.com/docs/dynamic-links/flutter/receive;