📱 PWA : Android TWA asset links 추가#62
Merged
Merged
Conversation
[📱 PWA] - Android TWA 신뢰 연결을 위한 Digital Asset Links 파일 추가 - boardport.life 도메인과 life.boardport.twa 패키지 연결 - PWABuilder signing certificate SHA-256 fingerprint 반영 [✅ Verification] - assetlinks.json JSON parse 확인
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
boardport.life도메인과life.boardport.twaAndroid 패키지를 연결합니다.Background
BoardPort는 PWA 기반 서비스이며, Android에서는 TWA 방식으로 설치형 앱 경험을 확장할 수 있습니다.
TWA가 주소창 없는 앱 경험으로 동작하려면 Android 앱 패키지와 웹 도메인 사이의 소유권 신뢰 연결이 필요합니다.
이를 위해
/.well-known/assetlinks.json경로에 Digital Asset Links 파일을 배치합니다.Changes
PWA
public/.well-known/assetlinks.json추가boardport.life도메인과life.boardport.twa패키지 연결Verification
assetlinks.jsonJSON parse 확인git diff --check