Interstitials (v5)

Display an add when your iOS app launches.

The Apps Panel SDK provides an advertising module, allowing you to display an interstitial with the information provided on the back office.

How it works

In the app configuration, if auto is true, the interstitial is presented automatically at launch. Otherwise, you can decide when and where you want to present it.

InterstitialManager.shared.presentInterstitial(from: viewController)

This will try to present an interstitial if the conditions are fulfilled, otherwise it does nothing.