Post

Replies

Boosts

Views

Activity

Comment on I want to know why the "NSURLErrorDomain Code=-1000" error occurs and how to fix it?
I don't have Custom URL protocols, not even a third party network library to use. Use the iOS native NSURLSession to request the network. Just like the Demo I provided. [[NSURLSession sharedSession] dataTaskWithRequest:aRequest completionHandler:] There is one thing that has not been mentioned before. This network request is sent from the dynamic library (Framework) developed by ourselves.
Jan ’25