Versions Compared

Key

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

...

  • intl-whitelabel-app

    • TASK 1— [IOS] Add configuration to Apps Link

      • We will need to hosts on App.entitlementsinside <dict>:

        • PLK

        • path: intl-whitelabel-app/workspaces/frontend/native-assets/plk/es/ios/App/App/App.entitlements

          • applinks:*.popeyes.es : This host will be to open link relates with:

            • popeyes.es/PATH

          • applinks:popeyes.es : This host will be to open link relates with:

            • dev-plk-web.es.rbi.tools/PATH

            • qa-bk-web.es.rbi.tools/PATH

          • applinks:*.es.rbi.tools: This host will be to open link relates with:

            • hello.popeyes.es/PATH

            • whopper.popeyes.es/PATH

        • BK

        • path: intl-whitelabel-app/workspaces/frontend/native-assets/bk/es/ios/App/App/App.entitlements

          • applinks:*.popeyes.es : This host will be to open link relates with:

            • burgerking.es/PATH

          • applinks:popeyes.es : This host will be to open link relates with:

            • dev-bk-web.es.rbi.tools/PATH

            • hello.burgerking.es/PATH

            • qa-bk-web.es.rbi.tools/PATH

            applinks:*.es.rbi.tools: This host will be to open link relates with:

            • whopper.burgerking.es/PATH

          • Code Block
            <string>applinks:iberia.page.link</string>
                <string>applinks:popeyes.page.link</string>

...