Android SDK 6.0.3无法通过手机+验证码注册用户

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.requestMobilePhoneVerifyInBackground也不行,
只能先通过注册,在请求验证码。
那你们写的一堆signUpOrLoginByMobilePhoneInBackground 通过手机号注册用户的方法有什么用。
经过测试,IOS也是一样的。
难道LC不再支持手机号注册用户?