Veryed

5.0版本可以通过AVUser.requestLoginSmsCodeInBackground获取验证码。AVUser.signUpOrLoginByMobilePhoneInBackground("+8618200008888", "123456").subscribe(new Observer()进行注册用户。 6.0.3更新后不行,报错:{"code":213,"error":"An user with the specified mobile phone number was not found."} , AVUser.requestMobilePhoneVerifyInBackgro…

UI是这样: SDK 5.0.26正常执行。 2.png 722x168 35.5 KB 3.png 1049x394 61.4 KB 4.png 1236x693 143 KB 6.0.3后无法获取验证码: 5.png 863x199 27 KB 何解。