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

Syntax

public virtual System.Threading.Tasks.Task<ADClientConversionDetailsResult> LookupAdConversionDetailsAsync ()

Returns

A task that represents the asynchronous LookupAdConversionDetails operation. The value of the TResult parameter is of type iAd.ADClientConversionDetailsResult. To be added.

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.

The LookupAdConversionDetailsAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

Requirements

Namespace: iAd
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0