Use background
instead.
background
を代わりに使ってください。
Type Method
型メソッド
background
backgroundSessionConfiguration:
Returns a session configuration object that allows HTTP and HTTPS uploads or downloads to be performed in the background.
あるセッション構成設定オブジェクトを返します、それはHTTPおよびHTTPSアップロードまたはダウンロードにバックグラウンドで実行されることを許可します。
Deprecated 非推奨
Availability 有効性
- iOS 7.0–8.0 Deprecated
- iPadOS 7.0–8.0 Deprecated
- macOS 10.9–10.10 Deprecated
- Mac Catalyst 13.1–13.1 Deprecated
- tvOS 9.0–9.0 Deprecated
- watchOS 2.0–2.0 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
+ (NSURLSessionConfiguration
*)backgroundSessionConfiguration:(NSString
*)identifier;
Parameters パラメータ
identifier
The unique identifier for the configuration object. This parameter must not be
nil
or an empty string. 構成設定オブジェクトに対する特有な識別子。このパラメータは、nil
や空の文字列であってはいけません。
Return Value 戻り値
A URL session configuration object that causes upload and download tasks to be performed by the system in a separate process. あるURLセッション構成設定オブジェクト、それはアップロードとダウンロードタスクがシステムによってある独立したプロセスにおいて実行されるようにします。