Edit

Share via


ADClient.LookupAdConversionDetailsAsync Method

Definition

Queries the iAd system to get the dates for the app purchase time as well as the first iAd impression.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Replaced by 'RequestAttributionDetails'.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Replaced by 'RequestAttributionDetails'.")]
public virtual System.Threading.Tasks.Task<iAd.ADClientConversionDetailsResult> LookupAdConversionDetailsAsync ();
abstract member LookupAdConversionDetailsAsync : unit -> System.Threading.Tasks.Task<iAd.ADClientConversionDetailsResult>
override this.LookupAdConversionDetailsAsync : unit -> System.Threading.Tasks.Task<iAd.ADClientConversionDetailsResult>

Returns

A task that represents the asynchronous LookupAdConversionDetails operation. The value of the TResult parameter is of type iAd.ADClientConversionDetailsResult. Contains purchase date and impression date information.

Attributes

Remarks

This information might not be available if the user has configured “Limit Ad Tracking”.

Additionally, Apple recommends to not query this information at application launch time, as this can take some time to query.   Apple recomends that you make this call only when you actually need the information.

Applies to