cometchat方法无响应
checkCometChatUrl块不成功或失败时执行。我的代码是波纹管。cometchat方法无响应
#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 
     }]; 
     } 
回答:
@cometchat性反应.....
我们的团队已经在看你的关心,我们认为这是从网络从iOS版SDK没有结束。
以上是 cometchat方法无响应 的全部内容, 来源链接: utcz.com/qa/264446.html








