sinaweibosdk / weibo_ios_sdk

新浪微博 IOS SDK
http://weibo.com
Other
1.45k stars 565 forks source link

iOS13 微博登录 didReceiveWeiboResponse代理没有走 #413

Closed wangxun0618 closed 5 years ago

appletesting2 commented 5 years ago

已碰到类似问题,SendRequest返回一直是NO,微博的同学们,看得到这个问题不?

sariel89 commented 5 years ago

也碰到这个问题,不过我是有一半概率出现这个情况

azureland commented 5 years ago

这个问题有解决方案吗? didReceiveWeiboResponse 一直没回调。

sinaweibosdk commented 5 years ago

实现application 打开url的相关delegate方法,在其中实现+ (BOOL)handleOpenURL:(NSURL *)url delegate:(id)delegate

Superwang888 commented 4 years ago

@sinaweibosdk iOS13 分享,didReceiveWeiboResponse没有走,你的方案行不通,你用xcode11 新建个项目试试。