使用一键登录成功后,退出登录,使用loginAuth再次登录时onResult返回6004错误——authorization requesting, please try again later

xingyuzhang
2019-11-18 10:36 859 0

说明:
在使用一键登录的时候,没用使用系统的登录,而是使用自己的登录,登录成功之后,导致授权界面的回调为6002,然后调用JVerificationInterface.dismissLoginAuthActivity();//关闭授权界面,但是再次进入授权界面的时候,就会报code=6004-content=authorization requesting, please try again later,进入不了授权界面,提示正在登录,开发人员应该给个说法吧,好像JVerificationInterface.dismissLoginAuthActivity();只是关闭授权界面,没有取消授权这个动作,只有在回调为6000的时候内部才会取消(或者调用授权界面返回按钮的时候,自动给了取消授权这个动作),ios调用关闭授权界面可以取消,android是否是遗忘了?

授权这个动作
问题:JVerificationInterface.dismissLoginAuthActivity()这个方法只是关闭授权界面,没有取消授权动作,那么当我没有使用你的返回按钮或者登陆成功的回到的情况下,这个授权事件一直存在,不能取消。。。

回调日志:code=6004-content=authorization requesting, please try again later,

系统日志:
2019-11-18 18:04:06.349 4412-4412/com.lvyin.tripSound W/JIGUANG-VERIFICATION: [AuthPageEventSender] [sendPageEvent] event discard when listener is null. code = 1
2019-11-18 18:04:06.350 4412-4412/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onPaused <<<
2019-11-18 18:04:07.242 4412-4412/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onDestroyed <<<
2019-11-18 18:05:09.678 5274-5451/com.lvyin.tripSound D/LocationManager: removeUpdates listener=cn.jiguang.u.g@738e28 packageName= com.lvyin.tripSound
2019-11-18 18:05:10.881 5274-5406/com.lvyin.tripSound D/SharedPreferencesImpl: Time required to fsync /data/user/0/com.lvyin.tripSound/shared_prefs/cn.jiguang.common.xml: [<1: 0, <2: 0, <4: 0, <8: 1, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
2019-11-18 18:05:17.422 1388-23095/? I/ActivityManager: START u0 {flg=0x10000000 cmp=com.lvyin.tripSound/cn.jiguang.verifysdk.CtLoginActivity (has extras)} from uid 10333 pid 5274
2019-11-18 18:05:17.483 5274-5274/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onCreated <<<
2019-11-18 18:05:17.562 5274-5274/com.lvyin.tripSound W/JIGUANG-VERIFICATION: [AuthPageEventSender] [sendPageEvent] event discard when listener is null. code = 2
2019-11-18 18:05:17.562 5274-5274/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onResumed <<<
2019-11-18 18:05:17.613 1388-1426/? I/ActivityManager: Displayed com.lvyin.tripSound/cn.jiguang.verifysdk.CtLoginActivity: +154ms (total +11s715ms)
2019-11-18 18:05:17.925 810-888/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{52f6125 token=Token{12f11c ActivityRecord{c817a8f u0 com.lvyin.tripSound/cn.jiguang.verifysdk.CtLoginActivity t3954}}})/@0x8c247b4 - animation-leash#0
2019-11-18 18:05:17.925 810-888/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{52f6125 token=Token{12f11c ActivityRecord{c817a8f u0 com.lvyin.tripSound/cn.jiguang.verifysdk.CtLoginActivity t3954}}})/@0x8c247b4 - animation-leash#0
2019-11-18 18:05:18.360 5274-5274/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onPaused <<<
2019-11-18 18:05:21.802 5274-5274/com.lvyin.tripSound D/CrashReport: >>> cn.jiguang.verifysdk.CtLoginActivity onDestroyed <<<

2个回答

热门排序