Simerjit Parmar
Simerjit Parmar

Reputation: 818

NSURLConnection finished with error - code -1100

What is NSURLConnection finished with error - code -1100 ? I am getting this error while uploading image from camera in iOS build. I am working in ionic 1. How this issue can be fixed?

Upvotes: 6

Views: 7360

Answers (1)

Vyacheslav
Vyacheslav

Reputation: 27211

1100 - NSURLErrorFileDoesNotExist

Your code tries to retrieve something at wrong url. Server says the file doesn't exist.

Upvotes: 2

Related Questions