【问题标题】:Universal link redirect me to the safari instead of my app in iOS 13通用链接将我重定向到 Safari 而不是我在 iOS 13 中的应用
【发布时间】:2020-08-10 02:01:49
【问题描述】:

我正在实现我的应用程序的通用链接。我的问题是当我按下链接时带我到 safari 并显示我的弹出屏幕要求我下载 apple -app-site-ascoiation 而不是打开应用程序,我使用的是真实的设备不是模拟器

这是链接

https://emd.digitom.mosaic-dev.siemens.cloud/.well-known/apple-app-site-association

  • 这是我的关联域

  • 苹果-app-site-ascoiation

     {
        "applinks": {
          "apps": [],
          "details": [
          {
            "appID": "Teamid.Bunduleid",
            "paths": ["digitom-password-reset/*","digitom-confirm-email/*"]
          }
          ]
        }
      }
    
  • APP委托代码

【问题讨论】:

    标签: swift xcode swift5.1 xcode11.3


    【解决方案1】:

    我认为您无需单击该链接即可打开您的应用程序。该链接是 Apple 在您的网站上要求的,以让系统知道何时打开您的应用程序以及何时打开浏览器。如我所见,您当前允许的路径不包含您尝试单击的链接,因此打开 Safari 是预期的行为。你应该先试试这个链接:

    https://emd.digitom.mosaic-dev.siemens.cloud/digitom-password-reset

    【讨论】:

    • 好的我会试试这个解决方案,我会告诉你反馈
    猜你喜欢
    • 2021-04-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-15
    • 2016-07-02
    • 1970-01-01
    • 1970-01-01
    • 2023-03-28
    相关资源
    最近更新 更多