This repository was archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Redirector App Store URLs for iOS don't allow post App Store triggering #844
Labels
kind/bug
Something is malfunctioning.
Comments
flagxor
added a commit
to flagxor/exposure-notifications-verification-server
that referenced
this issue
Oct 16, 2020
This fixes behavior of Facebook Messenger when the app is installed (currently it always redirects to the store), and appears to generalize to more SMS clients. It also more closely matches this approach: https://firebase.google.com/docs/dynamic-links/operating-system-integrations NOTE: For iOS ENX, Store URL should be left blank, as no App Link triggers ENX. Custom Apps using the verification server currently can't do the "fancier" clipboard trick described in the link above, see: google#844
flagxor
added a commit
to flagxor/exposure-notifications-verification-server
that referenced
this issue
Oct 16, 2020
This fixes behavior of Facebook Messenger when the app is installed (currently it always redirects to the store), and appears to generalize to more SMS clients. It also more closely matches this approach: https://firebase.google.com/docs/dynamic-links/operating-system-integrations NOTE: For iOS ENX, Store URL should be left blank, as no App Link triggers ENX. Custom Apps using the verification server currently can't do the "fancier" clipboard trick described in the link above, see: google#844 Intents are built according to: https://developer.chrome.com/multidevice/android/intents Which documents the URI scheme used here: https://android.googlesource.com/platform/frameworks/base/+/135936072b24b090fb63940aea41b408d855a4f3/core/java/android/content/Intent.java#6227
google-oss-robot
pushed a commit
that referenced
this issue
Oct 16, 2020
This fixes behavior of Facebook Messenger when the app is installed (currently it always redirects to the store), and appears to generalize to more SMS clients. It also more closely matches this approach: https://firebase.google.com/docs/dynamic-links/operating-system-integrations NOTE: For iOS ENX, Store URL should be left blank, as no App Link triggers ENX. Custom Apps using the verification server currently can't do the "fancier" clipboard trick described in the link above, see: #844 Intents are built according to: https://developer.chrome.com/multidevice/android/intents Which documents the URI scheme used here: https://android.googlesource.com/platform/frameworks/base/+/135936072b24b090fb63940aea41b408d855a4f3/core/java/android/content/Intent.java#6227
Talked with Brad offline, we'll /close this out for now. |
@sethvargo: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, redirector links don't allow an iOS app to use the trick described here:
https://firebase.google.com/docs/dynamic-links/operating-system-integrations
A landing page which contains JavaScript that stashes query parameters in the clipboard could be used to facilitate post-install continuation of a state specific app.
This might be desirable for a custom app using the verification server.
The text was updated successfully, but these errors were encountered: