https://www.fingertip.click

FTC Mobile Ads Integration Guide

Showing Banner Ads

This part shows you how to integrate banner ads from Ftc into an iOS app. In addition to code snippets and instructions, it includes information about sizing banners properly and links to additional resources.

Make sure to test with test ads

When building and testing your apps, make sure you use test ads rather than live, production ads.

The easiest way to load test ads is to use our dedicated test ad zone ID for iOS banners: $$$

It’s been specially configured to return test ads for every request, and you’re free to use it in your own apps while coding, testing, and debugging. Just make sure you replace it with your own as zone ID before publishing your app.

First, create a configuration object, and then use this configuration to request a placement.
During calling the allocation method of FtcBanner, you can specify the position of the banner through passing an UIView and the banner will be in the view.
Destroy the Ad

It’s pretty important to destroy banner view when it’s not needed anymore to free the memory it’s using. Destroy method will also take care about removing banner from view.