Contents

NSURLErrorBackgroundSessionInUseByAnotherProcess

An app or app extension attempted to connect to a background session that is already connected to a process.

Declaration

var NSURLErrorBackgroundSessionInUseByAnotherProcess: Int { get }

Discussion

This error can occur when both an app and an app extension attempt to use a background session at the same time.

See Also

URL Errors