Contents

URLSessionConfiguration.MultipathServiceType.aggregate

A service that aggregates the capacities of other Multipath options in an attempt to increase throughput and minimize latency.

Declaration

case aggregate

Discussion

This option is available only for experimentation. Specify it for connections that use cellular data. You must also set the Multipath Entitlement in the Xcode Capabilities pane for your app.

To enable the aggregation mode, open the Settings app on your development iPhone and navigate to Developer, and then turn on Multipath Networking.

Multipath Aggregation requires an iOS device in Developer mode with a cellular connection running iOS 11.0 or later.

See Also

Service types