Currently we only attempt to resolve a universal link once, and if the resolution fails we just set the original universal link as the launch_link. However, on iOS 12 there is a bug where the first couple of network requests after an app resumes can fail, and this can impact the link resolution. As such, we should retry link resolution.
Currently we only attempt to resolve a universal link once, and if the resolution fails we just set the original universal link as the launch_link. However, on iOS 12 there is a bug where the first couple of network requests after an app resumes can fail, and this can impact the link resolution. As such, we should retry link resolution.