Skip to content

📱 PWA : Android TWA asset links 추가#62

Merged
DoHeonLim merged 1 commit into
developfrom
feature/android-twa
Jul 6, 2026
Merged

📱 PWA : Android TWA asset links 추가#62
DoHeonLim merged 1 commit into
developfrom
feature/android-twa

Conversation

@DoHeonLim

Copy link
Copy Markdown
Owner

Summary

  • Android TWA 신뢰 연결을 위한 Digital Asset Links 파일을 추가합니다.
  • boardport.life 도메인과 life.boardport.twa Android 패키지를 연결합니다.
  • PWABuilder에서 생성한 signing certificate SHA-256 fingerprint를 반영합니다.

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 패키지 연결
  • PWABuilder signing certificate SHA-256 fingerprint 등록

Verification

  • assetlinks.json JSON parse 확인
  • git diff --check

[📱 PWA]
 - Android TWA 신뢰 연결을 위한 Digital Asset Links 파일 추가
 - boardport.life 도메인과 life.boardport.twa 패키지 연결
 - PWABuilder signing certificate SHA-256 fingerprint 반영

[✅ Verification]
 - assetlinks.json JSON parse 확인
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
board-port Ready Ready Preview Jul 6, 2026 7:14am

@DoHeonLim
DoHeonLim merged commit 10c010a into develop Jul 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant