I'm using rapidapi.com webservice and pinned their certificate. My
certificate controls started to fail in some user with iOS 14+. I 'm
controlling it using Alamofire 5.
There are lots of potential causes for this. I recommend that you first remove your certificate pinning, just to rule it out of the equation. If things still fail, you should create a new test project that uses
NSURLSession. There’s nothing wrong with using a third-party wrapper around
NSURLSession, but if you run into weird problems it’s best to rule out that wrapper before continuing. And, indeed, if the problem doesn’t show up when you use
NSURLSession directly, that’s something you’d want to take up with the library vendor.
If you
still have problems, you should start a new thread here and we can take a look. As you’re using
NSURLSession, you should tag it with
CFNetwork so that the right folks see it.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"