Contents

AVURLAssetAllowsCellularAccessKey

A Boolean value that indicates whether the system can make network requests on behalf of the asset when connected to a cellular network.

Declaration

let AVURLAssetAllowsCellularAccessKey: String

Discussion

The default behavior of AVURLAsset allows requests over cellular networks. Set this value to false at initialization time to restrict the default behavior.

See Also

Options