BB9z

Results 2 comments of BB9z

* 确保 QQ 互联后台 universal link 验证通过 * 确保应用能力 Associated Domains 里 applinks 正确设置 * 确保 application delegate application:continueUserActivity:restorationHandler: 方法有正确处理

@cjcaufield @gerald-coddut Have you ever tried import OpenSSL as a target dependency before the framework? eg. ``` target 'SomeTarget' do pod 'OpenSSL' pod 'FrameworkRequiresOpenSSL' end ```