在文档 https://leancloud.cn/docs/leanstorage_guide-objc.html#手机号和密码登录4 中
用户的手机号只要经过了验证,就可以使用手机号密码登录的功能,否则登录会失败。
[AVUser logInWithMobilePhoneNumberInBackground:@"13577778888" password:@"cat!@#123" block:^(AVUser > *user, NSError *error) { }];
但是,在使用过程中发现 logInWithMobilePhoneNumberInBackground
可以在手机号不被验证的情况下登入。
-
创建时间
16年11月3日
-
最后回复
16年11月4日
-
1
回复
-
901
浏览
-
2
用户
-
1
链接