iOS 14 - Source app's responsibility - Display ads that the ad network signs

125 Views Asked by At

I have little bit of confusion regarding the second point mentioned for the source app's responsibility in documentation of SKADNetwork.

  1. Add the ad network’s ID to its Info.plist.
  2. Display ads that the ad network signs.

First part is done. I have addded the ad network IDs in my info.plist.

Regarding the second part Display ads that the ad network signs.

Is this something I need to do? Going through the documentation I see the keys but if I do have to implement it what would the value be?

According to this article

  1. Display the ads that the ad network signs - While this is listed under "Source App" this responsibility will ultimately fall on the ad network SDK if it is going to be handling displaying ads in the app. In any case, the source app must use a set of keys when they call the loadProduct() method to describe a specific impression from the ad network's ad in order to associate an app install with an ad campaign.

Does this means this part of code is handled by the ad sdk?

Thanks

1

There are 1 best solutions below

1
On

according to this article it seems like sdk will handle

Displaying an advertised product/initiating a validation involves calling the loadProduct(withParamters:completionBlock:) method, which requires a signature key that the ad network generates, known as the SKStoreProductParameterAdNetworkAttributionSignature.