We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AVUser logInWithUsernameInBackground:kDemoUsername password:kDemoPassword block:^(AVUser *user, NSError *error) { if ([self filterError:error]) { [self log:@"登录成功 %@", user]; } }];
运行这段代码的时候报错401,啥情况?
The text was updated successfully, but these errors were encountered:
这个应用的 App ID 和 Key 需要修改,我们稍后修改一下,您可以先把 App ID 和 Key 换成自己的。
LeanStorageDemo-iOS/LeanStorageDemoObjC/OtherSource/AppDelegate.m
Line 19 in a7d8d82
Sorry, something went wrong.
改成自己的App ID 和 Key 就可以了,谢谢~
No branches or pull requests
[AVUser logInWithUsernameInBackground:kDemoUsername password:kDemoPassword block:^(AVUser *user, NSError *error) {
if ([self filterError:error]) {
[self log:@"登录成功 %@", user];
}
}];
运行这段代码的时候报错401,啥情况?
The text was updated successfully, but these errors were encountered: