Skip to content

Support deferred deep links for survey QR codes #3822

Description

@rfontanarosa

Web now routes survey QR codes through /android/survey/. The Android app needs to handle both cases:

  1. App installed — register an intent filter (verified App Link) for https:///android/survey/ and open that survey.
  2. App not installed — after install from Play Store, read the install referrer (survey_id=) via the Install Referrer API (https://developer.android.com/google/play/installreferrer), parse it, and open the survey on first launch (run once, degrade gracefully if absent).

Play Store URL web produces: …/details?id=&referrer=survey_id%3D (decode before parsing).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions