Open loopky.app links as Android App Links - #345
Merged
Merged
Conversation
An autoVerify filter for https://loopky.app/deck and /profile routes the links Loopky now shares straight into the existing link intake. It verifies against the landing site's assetlinks.json; until that carries the Play signing key, Android 12+ opens the links in the browser, where the site shows the deck and the store link. Journey 15 gains the web-link steps, and RESULTS.md records today's run. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
jvsena42
added this pull request to stack #346
September 25, 2026 13:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Step 3 of 3. Adds an
autoVerifyintent filter forhttps://loopky.app/deckand/profilethat feeds the existing link intake. Apex only:wwwredirects there, and a host that fails verification would sink the whole filter on Android 11 and below.Before this verifies for store installs:
assetlinks.json(jvsena42/loopky.github.io#1) needs the Play App Signing SHA-256 from Play Console › App integrity. It currently lists only the upload and debug keys. Until then Android 12+ opens the links in the browser, which shows the deck page, so it degrades rather than breaks.iOS can't claim the links yet: universal links need an
apple-app-site-associationnaming a Team ID, andConfig.xcconfighas none. iOS users get the web page for now.Verified on emulator-5554 (journey 15, recorded in RESULTS.md):
pm get-app-linksreportsloopky.app: 1024(unverified), as expected before deploy.Not verified: an unpinned tap on a verified link, which needs the site deployed with the Play key. Also not driven: pasting an https link into Discover search (unit-tested).
🤖 Generated with Claude Code