iOS 重定向不起作用,并且我启用了 Universal Links
鉴于应用的 Branch SDK 集成设置正常并且 Universal Link 已启用,这似乎是 AASA 文件没有在设备中下载的问题。
There is a known universal bug for Apple where devices for iOS version 11.x+ , the AASA files do not get fetched and thus causing the Universal Links to fail.
要进行问题排查,请尝试以下操作:
- Follow the steps outlined in this guide to validate if your AASA file successfully downloaded.
- 如果问题仍然存在,请查看以下内容:
- 从设备上卸载应用
- 重启设备
- 重新安装应用
您可能需要尝试2-3次才能成功。通常,Apple OS 会以一定时间间隔进行重试以获取 AASA 文件,但是变通方法可能有助于测试条件。 - 在应用内部,检查 AASA 文件是否已成功下载。要执行此操作,您需要:
- 将链接复制到您的 notes 应用中。
- 长按链接,直到出现下拉列表。如果下拉列表显示“打开链接”,Universal Link 则不适用于该设备。如果链接显示“在应用名称中打开”,则说明配置工作正常。
Updated about 2 years ago