Native Ads
Importing the SDK
#import <IASDKCore/IASDKCore.h>Creating the Ad Request Object
IAAdRequest *adRequest =
[IAAdRequest build:^(id _Nonnull builder) {
// Configure ad request if needed
builder.spotID = @”NATIVE AD SPOT ID”;
builder.timeout = 15;
}];Declaring Your View Controller
@interface ViewController() <IANativeAdDelegate>Initializing the Placement
Fetching the Ad
Generating the Token
Loading the Ad
Registering Views for Interaction
Last updated
