dbukowski / DBDebugToolkit

Set of easy to use debugging tools for iOS developers & QA engineers.
MIT License
1.27k stars 114 forks source link

Use NSURLSessionConfiguration.ephemeralSessionConfiguration internally in own NSURLSession when app tries to use this configuration for their NSURLSession #44

Closed carsten-wenderdel closed 2 years ago

carsten-wenderdel commented 4 years ago

As mentioned in https://github.com/dbukowski/DBDebugToolkit/pull/40#issue-468136740 DBDebugToolkit ignores the NSURLSessionConfiguration specified by developers and creates its own. While this pull request doesn't solve the root problem, at least .ephemeral session configurations are now used when specified.