There used to be a way to work around iOS' insistance on HTTPs with valid certs. I'm not interested in submitting the app to the store in this state I just want to snif network operations with Charles while developing the app.
Thanks
I tried
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
...and every other variations commonly found online.
There has to be a way...
You Can user below code for SSL Requests using URLSessionRequest,
In Condition
below types are for Valid certificates
for Invalid certificate
SecTrustResultType.recoverableTrustFailure
i have added all above three in
||
condition so to work with valid and invalid certificate in case you want to remove for any you can remove other types