Intercepting mobile SDK network requests
Have greater control over networking requests made by the mobile SDKs.
You can provide the URLSession
that will be used for all network requests made by the Cobrowse SDK.
By setting a delegate on the provided URLSession
object it will be told of any network request. You can then take action such as cancelling the task to block the network request from being made.
Requires iOS 15+ macOS 12+
Last updated
Was this helpful?