KwaiSocial / KwaiSDK-iOS

快手开放平台SDK
15 stars 4 forks source link

使用快手登录授权 跳到快手应用,回调为true,但是代理没有调用 #4

Open climlove opened 2 years ago

climlove commented 2 years ago

KSAuthRequest *req = [[KSAuthRequest alloc] init]; // req.authType = @"code"; req.scope = @"user_info,user_video_live"; req.h5AuthViewController = vc; [KSApi sendRequest:req completion:completion];

发送返回true 但是ksApiDidReceiveResponse 没有调用

angeHi commented 2 years ago

https://github.com/KwaiSocial/KwaiSDK-iOS/blob/master/Example/KwaiOpenSDKDemo/AppDelegate.m
这里有处理吗?

climlove commented 2 years ago

我按照文档的来写的,肯定是都做了处理的,没有安装app的时候,跳转网页是可以授权成功的,只是跳转app的时候代理不会调用

在 2022-09-27 11:28:16,"angeHi" @.***> 写道:

https://github.com/KwaiSocial/KwaiSDK-iOS/blob/master/Example/KwaiOpenSDKDemo/AppDelegate.m 这里有处理吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

angeHi commented 2 years ago

那麻烦在 https://github.com/KwaiSocial/KwaiSDK-iOS/blob/master/Example/KwaiOpenSDKDemo/AppDelegate.m 这里添加一些回调打印,看快手是否有回调,回调内容是啥

climlove commented 2 years ago

没有回调,这两个函数 并没有调用

NansenLH commented 2 years ago

我也遇到了, 第一次授权成功会有code返回, 后面再授权就没有了,在快手上授权管理解除了授权再授权,也不走回调, 请问怎么处理. SDK 3.6.5 版本

angeHi commented 2 years ago

抱歉,请尽量在[https://open.kuaishou.com/platform上提交工单进行反馈,这里会忽略

@climlove 没有回调的话,请关注 https://open.kuaishou.com/platform/openApi?menu=9 3.2 scheme的配置

angeHi commented 2 years ago

抱歉,请尽量在[https://open.kuaishou.com/platform上提交工单进行反馈,这里会忽略。 抱歉您的描述我没太明白,麻烦按照https://open.kuaishou.com/platform/openApi?menu=9检查一下。