Post

Replies

Boosts

Views

Activity

Reply to I want to know why the "NSURLErrorDomain Code=-1000" error occurs and how to fix it?
@DTS Engineer I'm not using a custom URL protocol or even a third-party networking library. I just used the iOS native network NSURLSession as shown in the Demo I provided. [[NSURLSession sharedSession] dataTaskWithRequest:aRequest completionHandler:] There is one thing that has not been mentioned before. Network requests are sent from the dynamic library (Framework) we developed ourselves, not from the main App.
1w