Serve assetlinks.json for Android App Links verification.
Deploy Ladill Mini / deploy (push) Successful in 40s
Deploy Ladill Mini / deploy (push) Successful in 40s
Expose /.well-known/assetlinks.json from env-configured Play app signing fingerprints so mini.ladill.com passes Play Console deep link domain checks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -86,7 +86,26 @@ php artisan migrate --force
|
||||
php artisan config:cache route:cache view:cache
|
||||
```
|
||||
|
||||
## 7. Verify
|
||||
## 7. Android App Links
|
||||
|
||||
Add the **App signing certificate** SHA-256 fingerprint from Play Console
|
||||
(Setup → App signing) to production `.env`:
|
||||
|
||||
```env
|
||||
ANDROID_APP_PACKAGE=com.ladill.mini
|
||||
ANDROID_APP_SHA256_FINGERPRINTS=AA:BB:CC:...
|
||||
```
|
||||
|
||||
After deploy, confirm:
|
||||
|
||||
```bash
|
||||
curl -sS https://mini.ladill.com/.well-known/assetlinks.json | jq .
|
||||
```
|
||||
|
||||
Then re-check deep links in Play Console (App content → Deep links). Users may
|
||||
need an app update after verification passes.
|
||||
|
||||
## 8. Verify
|
||||
|
||||
- SSO login at `mini.ladill.com`
|
||||
- Create a payment QR, download PNG
|
||||
|
||||
Reference in New Issue
Block a user