【发布时间】:2018-10-22 07:28:26
【问题描述】:
如果用户未安装,Firebase 动态链接将无法在 iOS 11.3.1 上继续存在。还有其他人遇到这个问题吗?这在 iOS 11.3.1 之前可以正常工作
复制步骤::
- 点击 FDL 链接
- 用户重定向到应用商店
- 用户安装应用
- 用户打开应用
- FDL 参数未通过
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
sourceApplication:(NSString *)sourceApplication
annotation:(id)annotation {
//the url here returns:
//google/link/?match_type=none&match_message=No pre-install link matched for this device.
or
//google/link/?dismiss=1&is_weak_match=1
}
【问题讨论】:
-
是的,我们看到了同样的情况——早期版本的操作系统(11.0.3、11.2.6)仍然按预期响应。
标签: firebase firebase-dynamic-links