Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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>

      • sha256_cert:

        • path: intl-whitelabel-app/workspaces/frontend/native-assets/bk/es/.well-known/assetlinks.json

          Code Block
          languagejson
          [
            {
              "relation": ["delegate_permission/common.handle_all_urls"],
              "target": {
                "namespace": "android_app",
                "package_name": "es.popeyes.android",
                "sha256_cert_fingerprints": [
             ["49     "E7:53:9CE0:0BB3:62DA:E902:A8B4:0247:1031:1AE1:5980:1D2D:D685:2114:38EF:4B58:869B:C8AA:5904:12B4:B821:8C94:50B5:619F:ED4D:B228:7D41:9079:6C38:6D5C:5B0E:51"8A"
                ]
              }
            }
          ]
  • follow the steps: https://developer.android.com/studio/write/app-link-indexing

  • We will know if will works, when the links are validated

...