Contents

start(_:)

Adds a set of downloads to the download list.

Declaration

func start(_ downloads: [SKDownload])

Parameters

  • downloads:

    An array of Skdownload objects to begin downloading.

Mentioned in

Discussion

In order for a download object to be queued, it must be associated with a transaction that has been successfully purchased, but not yet finished.

See Also

Downloading Content