MODRACXKENNETH D'SILVA

← Archive & Insights

Packaging PWAs as Native Android Apps with TWA

Trusted Web Activities (TWA) allow e-commerce progressive web apps to be published directly to Google Play Store without writing custom Java/Kotlin wrappers.

By Kenneth D'SilvaReading Time: 35 min readCategory: Architecture & Cloud

Assetlinks.json Digital Asset Links JSON Code

[{
  "relation": ["delegate_permission/common.handle_all_urls"],
  "target": {
    "namespace": "android_app",
    "package_name": "com.modracx.store",
    "sha256_cert_fingerprints":
    ["14:6D:E9:7C:15:D0:6A:BD:E8:4A:48:9A:80:FF:C0:DC:7A:D3:4A:8D:15:F3:1D:93:FD:CD:AA:DC:FF:28:C2:59"]
  }
}]

Suggested & Related Reading

Explore related engineering guides from Kenneth D'Silva: