Creatives history is supported only in AATKit version 3.10.x and later.
Integration Steps:
Enable creative history by calling the following method:
placement.enableCreativeHistory(size: 5)
Retrieve the creative history for a specific banner placement:
bannerPlacement.getCreativeHistory { histories in // Use the histories array }
The method returns an array of AATPlacementHistoryInfoarrow-up-right objects.
AATPlacementHistoryInfo
Last updated 7 months ago