Milan Djoric

Results 3 comments of Milan Djoric

Hello thaoth52, Yes, indeed I have - I have removed the return from inside it and swaped it with ``` objective-c NSError *customError = [[NSError alloc] initWithDomain:@"com.myCompany.randomName" code:100 userInfo:nil]; dispatch_async(dispatch_get_main_queue(),...

I can not be absolutely certain why it won't connect, but you can debug and follow whether your code sends/receives any additional messages to/from server by putting a breakpoint to...

I had the same problem when trying to send latin characters like Š Č - this fix worked great!