iOS Custom URI Handlers / Deeplinks / Custom Schemes
基本信息
应用程序查询方案注册
<key>LSApplicationQueriesSchemes</key>
<array>
<string>url_scheme1</string>
<string>url_scheme2</string>
</array>测试URL处理和验证
测试向其他应用程序发送URL请求
测试已弃用的方法
对URL方案进行模糊测试
参考资料
最后更新于