nixzhu / MonkeyKing

MonkeyKing helps you to post messages to Chinese Social Networks.
MIT License
2.76k stars 240 forks source link

feat: 微博支持 Universal Link #190

Closed nuomi1 closed 3 years ago

nuomi1 commented 3 years ago

环境:

nuomi1 commented 3 years ago

// Universal Link https://open.weibo.com/weibosdk/request?objId={UUID}&urltype=link&sdkversion=003233000&luicode=10000360&lfid={BUNDLE_ID}&newVersion=3.3 https://www.example.com/weibosdk/response?id={UUID}&sdkversion=2.5

// URL Scheme weibosdk://request?id={UUID}&sdkversion=003233000&luicode=10000360&lfid={BUNDLE_ID}&newVersion=3.3

nixzhu commented 3 years ago

👍LGTM.

nuomi1 commented 3 years ago

使用两个 helper 方法来处理 Scheme 和 Universal Link。 同时修复了 iOS 10.0 且没有 Universal Link 时,没有 false 分支被执行的问题。

nixzhu commented 3 years ago

感谢 @nuomi1 的持续贡献