ios上的动态链接打开黑页

前端之家收集整理的这篇文章主要介绍了ios上的动态链接打开黑页前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我们尝试在没有我们的应用程序的情况下在iPhone(iOS 10)上打开动态链接时,浏览器在空白页面上打开,中间有一个按钮而不是商店….为什么?

解决方法

来自谷歌的回答

This behavior on iOS where your dynamic links show intermediate Screen is an intended behavior. This is meant to address some issues with Dynamic Links on iOS when clicking on the link from within an app. For example,for certain apps clicking on the link would not take the user to the App Store when the app wasn’t installed,or the link parameters would not get passed when the app was installed so the user wasn’t taken to the correct in-app content.

原文链接:https://www.f2er.com/iOS/335541.html

猜你在找的iOS相关文章