ios - 为什么 iOS 通用链接在 12.2 中停止工作

标签 ios ios12 ios-universal-links

通用链接在 iOS 12.1 之前工作正常。它已在 iOS 12.2 中停止工作。我使用的是 XCode 10.1 swift 4,调试 12.2 中的代码将我的 xcode 更新为 10.2 ,swift 4。

我已经检查了 apple-app-site-association ,这很好。应用程序正在完美下载。路径、事件延续、细节看起来都不错。关联的域存在于权利文件中。 运行 < 12.2 时,此代码可以正常工作/设置良好。


{
    "activitycontinuation": {
        "apps": [
            “teamID.bundleidentifier”
        ]
    },
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": “teamID.bundleidentifier”,
                "paths": [ "/validate", "/redirect", "NOT /*" ]
            }
        ]
    }
}

苹果添加了一些与安全相关的更改,这就是不起作用的原因吗?

最佳答案

苹果要求我为他们创建一个错误。他们认为这很可能是我遇到的错误。

关于ios - 为什么 iOS 通用链接在 12.2 中停止工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55944056/

相关文章:

objective-c - 将对象传递到不同的 View

swift - iOS 12 中压缩图像。这段代码将如何更新?

core-data - CoreData警告: Multiple NSEntityDescriptions claim the NSManagedObject subclass

xcode - Xcode项目中多个目标的特定关联域

iOS 通用链接 : Do I have to publish my app in order to test Universal Link?

iphone - UIToolBar 意外地在 UIBarButtonItem 实例上注册点击,即使在距它们相当远的地方点击也是如此

ios - 在Xcode中过滤警告类型

ios - vscode 自定义 rn 模拟器设置损坏

iOS 通用链接在 react native iOS 中不起作用

iphone - Facebook iOs SDK - 在用户的墙上发布预填信息