Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

突破微信跳转限制-Universal Links那些坑 Written by 饿了么iOS组 - Bryan #32

Open
NJHu opened this issue May 5, 2018 · 1 comment

Comments

@NJHu
Copy link

NJHu commented May 5, 2018

iOS

首先非常感谢 饿了么iOS组 - Bryan 突破微信跳转限制-Universal Links那些坑

测试结果

  • 微信打不开通用链接
  • QQ, 浏览器, 等其他 App 可以打开通用链接.

网易新闻是这样处理的

测试流程

  • 1, 在 njhu.github.io 下创建apple-app-site-association文件
{
	"applinks": {
	"apps": [],
	"details": [
			{
			"appID": "EH8D228RS6.com.github.njhu",
			"paths": ["/iOSProject/*"]
			}
		]
	}
}
  • 2, 设置iOS项目里边通用链接Associated Domains
applinks:njhu.github.io

请教的问题

  • 1, 是否是测试流程有问题, 请指教.
  • 2, 饿了么是怎么处理的?
  • 3, 猜测下微信怎么处理的, 能屏蔽通用链接?
@supergithuber
Copy link

在一个policy的代理里返回WKNavigationActionPolicyAlow + 2,就屏蔽了啊,饿了么也没有实现,没有突破

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants