Skip to main content

App Open Ad Format

  • Full-screen ads shown when the app returns from background to foreground.
  • Prefer showing them on warm foreground returns, not immediately on first launch.

Integrating Ads

1

Create Ad Instance

2

Register Event Handlers

3

Subscribe to App State Changes

4

Show on Foreground Return

5

Unsubscribe and Dispose


Example

Do not show app open ads immediately on first launch. Show them when the app returns from background to foreground.
On Android, OnAdLoaded can overlap with native preload flow. Check display readiness with IsReady() instead of relying only on an OnAdLoaded flag.
App open ads can use automatic preload after dismiss. Do not repeatedly call Load() from OnAdDismissed.