GoCarrot / teak-ios

Teak SDK for iOS
Apache License 2.0
3 stars 1 forks source link

Retry resolving universal link #23

Closed AlexSc closed 4 years ago

AlexSc commented 4 years ago

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.