...
intl-whitelabel-app
TASK 1— [Android] Add configuration to Apps Link
We will need to hosts on
AndroidManifest.xml
inside<intent-filter>
:PLK ES
path:
intl-whitelabel-app/workspaces/frontend/native-assets/plk/es/android/app/src/main/AndroidManifest.xml
popeyes.es
: This host will be to open link relates with:popeyes.es/PATH
*.popeyes.es
: This host will be to open link relates with:hello.popeyes.es/PATH
whopper.popeyes.es/PATH
BK ES
path:
intl-whitelabel-app/workspaces/frontend/native-assets/bk/es/android/app/src/main/AndroidManifest.xml
burgerking.es
: This host will be to open link relates with:burgerking.es/PATH
*.burgerking.es
: This host will be to open link relates with:hello.burgerking.es/PATH
whopper.burgerking.es/PATH
BK PT
path:
intl-whitelabel-app/workspaces/frontend/native-assets/bk/pt/android/app/src/main/AndroidManifest.xml
burgerking.pt
: This host will be to open link relates with:burgerking.pt/PATH
*.burgerking.pt
: This host will be to open link relates with:hello.burgerking.pt/PATH
whopper.burgerking.pt/PATH
OBS: add the attribute
android:autoVerify="true"
on tag<intent-filter>
the code base will be auto-generate with App links Assintant
This assistent, will auto-generate:
AndroidManifest.xml
code;MainActivity.java
code or in another class;path:
intl-whitelabel-app/workspaces/frontend/native-assets/bk/es/.well-known/assetlinks.json
[Code Block language json [ { "relation": ["delegate_permission/common.handle_all_urls"], "target": { "namespace": "android_app", "package_name": "es.popeyes.android", "sha256_cert_fingerprints": [
49"
9CE7:53:
0BE0:
62B3:
E9DA:
A802:
02B4:
1047:
1A31:
59E1:
1D80:
D62D:
2185:
3814:
4BEF:
8658:
C89B:
59AA:
1204:
B8B4:
8C21:
5094:
61B5:
ED9F:
B24D:
7D28:
9041:
6C79:
6D38:
5B5C:
51"]0E:
8A" ] } } ]
Generate Digital Asset Links
sha256_cert:
follow the steps: https://developer.android.com/studio/write/app-link-indexing
We will know if will works, when the links are validated
...