From b58d7e682106e52271a77de9a1d239e4e0585503 Mon Sep 17 00:00:00 2001 From: chpark Date: Wed, 20 May 2026 10:59:53 +0900 Subject: [PATCH] =?UTF-8?q?feat(android):=20/.well-known/assetlinks.json?= =?UTF-8?q?=20=E2=80=94=20TWA=20Digital=20Asset=20Links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Play Store TWA(Trusted Web Activity) 풀스크린 동작에 필수. 안드로이드 앱 패키지 com.momotogether.app 의 서명 SHA-256 을 momotogether.com 도메인이 인정한다고 선언. * 현재 SHA-256: 로컬 업로드용 키(android.keystore in ~/Downloads/momo-twa) * Play App Signing 이 별도 서명 키를 발급하면 그 SHA-256 도 배열에 추가 필요 Co-Authored-By: Claude Opus 4.7 (1M context) --- public/.well-known/assetlinks.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json index 0ccf426..9ddf1eb 100644 --- a/public/.well-known/assetlinks.json +++ b/public/.well-known/assetlinks.json @@ -3,8 +3,10 @@ "relation": ["delegate_permission/common.handle_all_urls"], "target": { "namespace": "android_app", - "package_name": "com.momotogether.erp", - "sha256_cert_fingerprints": ["59:9E:56:6C:AE:A3:B2:AD:DF:60:B1:6E:27:91:CD:60:CC:D3:FE:5F:EB:B7:E3:2F:15:D8:FB:E7:B3:11:AB:6A"] + "package_name": "com.momotogether.app", + "sha256_cert_fingerprints": [ + "76:A0:BA:02:DA:42:3D:65:FE:09:F6:62:4B:C1:FB:BE:3B:DB:BF:92:A7:BD:7E:6B:41:DB:93:8E:D0:4E:7D:4E" + ] } } ]