Intercepting mobile SDK network requests
Have greater control over networking requests made by the mobile SDKs.
Last updated
Was this helpful?
Have greater control over networking requests made by the mobile SDKs.
Last updated
Was this helpful?
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.