azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Investigate deep links issue and make issue for resolution if necessary #203

Open ddohler opened 1 year ago

ddohler commented 1 year ago

This message is appearing in the Google Play console for this app:

Some deep links may be failing because your web domains aren't associated with your app GoPhillyGo Nov 11, 2022 12:13 This means that on Android 12 and above, your app can't accept traffic from some web URLs. To fix issues and make sure that users go directly to your app, go to the Deep links page.

My guess is that this doesn't matter because it sounds like it's about an issue with opening the native application in response to users clicking links. We actually do the reverse, because the Android app isn't as full-featured as the web app: we direct people back to the web app from the Android app in certain circumstances.

But it's worth double-checking since it sounds like this is something that will change behavior for newer versions of Android.

The output of this issue should be a writeup on this issue of what you've found, and the creation of any follow-up issues that may be necessary.