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
初始化成功
NSMutableDictionary *param = [NSMutableDictionary new];
param[@"platform"] = @(1); param[@"api_addr"] = @"https://api.lanhaiyouxuan.cn"; param[@"ws_addr"] = @""; param[@"data_dir"] = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).firstObject stringByAppendingString:@"/"]; param[@"log_level"] = @(6); param[@"object_storage"] = @"minio"; param[@"is_need_encryption"] = @(0); param[@"is_compression"] = @(0); param[@"is_external_extensions"] = @(0); NSData *jsonData = [NSJSONSerialization dataWithJSONObject:param options:NSJSONWritingSortedKeys error:nil]; NSString *strJson = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding]; BOOL success = Open_im_sdkInitSDK(nil, @"0", strJson);
No response
xocde
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
What did you expect to happen?
初始化成功
How can we reproduce it (as minimally and precisely as possible)?
NSMutableDictionary *param = [NSMutableDictionary new];
Anything else we need to know?
No response
version
Cloud provider
OS version
xocde
Install tools
The text was updated successfully, but these errors were encountered: