我们可以有多个动态链接指向单个应用程序吗?

Can we have multiple dynamic links point to single app?

我想知道我们是否可以有多个动态 link 指向我的 React Native ios 应用程序。

说,我正在使用 ab2ya.app.goo.gl/ 已经在我的应用程序中注册,我也有 apple-site-association 文件设置。

现在,出于营销目的,我想要另一种看起来更专业的动态 link 格式,例如 appname.page.link/。

但是在 xcode 我只能设置一个 firebase url。如何同时使用两种格式?

您可以为您的应用程序添加多个域授权:https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains

只要您的应用程序和 firebase 控制台都知道某个域,动态链接就应该有效!