I am running into an issue while doing API calls to my apps backend, every connection now prompts with
CredStore - performQuery - Error copying matching cred
This is transport error, let's add transport permission like this in plist file:
NSAppTransportSecurity NSAllowsArbitraryLoads
Be careful as that enables connection to any server from your app. Read more on App Transport Security before proceeding. See comment by @kezi