Hello,
Many SDKs allow a URLSession to be injected (and thus configured) into an SDK. Auth0 is such an example. A recent security audit has indicated Intercom is persisting chat information to disk. We'd like to be able to use an ephemeral URLSessionConfiguration on iOS to prevent Intercom from persisting anything to disk.
As it stands we have to assume Intercom uses URLCache.shared and clear that manually, which is a non-ideal workaround.
Can you please allow for URLSession to be specified by the app implementing the SDK?