Метод кометы не отвечает
Блок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
}];
}
1 ответ
Решение
@cometchat ответить.....
Наша команда уже рассматривает вашу проблему, которая, как мы полагаем, связана с веб-сайтом, а не с iOS SDK.