RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
235 stars 63 forks source link

含有UIWebView,苹果审核被拒。希望尽快能更新,谢谢 #33

Closed wanghengwangheng closed 4 years ago

zakiso commented 4 years ago

先检查一下是否安装,如果未安装就隐藏就行了,这个不是这个库能处理的。

lujiayi1228 commented 4 years ago

检测UIWebView应该是机器测试出来的,压根没有进入审核阶段。。。 用find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView 也可以本地检测,确实包含。。。

thiszhong commented 4 years ago

这个最新版本应该没有包含UIWebView吧,我的进入人工审核了,暂时卡在别的地方了。。

droplet-js commented 4 years ago

我晚上查一下

droplet-js commented 4 years ago

请自查项目,本项目中并没有应用 UIWebView

v7lin-mbp:Libraries v7lin$ find . -type f | grep -e ".a" -e ".framework" |xargs grep -s UIWebView
v7lin-mbp:Libraries v7lin$ find . -type f | grep -e ".a" -e ".framework" |xargs grep -s WKWebView
Binary file ./TencentOpenAPI.framework/TencentOpenAPI matches