checkCometChatUrl块不能成功或失败地执行。我的代码如下。
#import <MessageSDKFramework/CometChat.h>
#import <MessageUI/MessageUI.h>
@interface LoginVC ()<UITextFieldDelegate>
{
CometChat *cometChat;
}
@end
@implementation LoginVC
- (void)viewDidLoad{
[super viewDidLoad];
[cometChat checkCometChatUrl:@"https://cisner.com" success:^(NSDictionary *response) {
NSLog(@"%@", response);
//code not execute here
} failure:^(NSError *error) {
NSLog(@"%@", error.description);
//code not execute here
}];
}发布于 2017-12-29 06:28:00
@cometchat的回应.
我们的团队已经在关注您的问题,我们相信这是来自Web,而不是来自iOS SDK。
https://stackoverflow.com/questions/47991142
复制相似问题