NSURLErrorDomain error – can’t connect to my online server

Asked By 10 points N/A Posted on -
qa-featured

Hi,

I have downloaded this recently and thought that the FTP would be simple, but I can’t connect to my online server and got the following domain error. Help me if you have any solution.

Thanks.

 

 

An error has occurred

The operation couldn‘t be completed.

(NSURLErrorDomain error -1100.)

SHARE
Answered By 0 points N/A #176141

NSURLErrorDomain error – can’t connect to my online server

qa-featured

Hi Blair,

This problem is seen in iOS 5.0 iPhones, but with an iPhone 6.1 the simulator works without having any error messages.

You can check on the Dropbox SDK / DBRestClient.m, make sure you look into the last lines of UploadFile:To path: from Path: params and then enter and implement ExBody category on DBRequest and then add connection:needNewBodyStream.

Check this link for more information.

Related Questions