Gopal Devra
Gopal Devra

Reputation: 787

How to show ad after closing the app in iOS?

Please let me know how to show the ad(AdMob) after closing the app in the iOS?, I know that ad can be shown in the opened app, and I searched on the web I couldn't find it.

Upvotes: 2

Views: 249

Answers (1)

Daniel Storm
Daniel Storm

Reputation: 18908

This is not allowed. From Disallowed interstitial implementations:

App load or exit

Do not place interstitial ads on app load and when exiting apps as interstitials should only be placed in between pages of app content. Ads should not be placed in applications that are running in the background of the device or outside of the app environment. It should be clear to the user which application the ad is associated with or implemented on.

Upvotes: 4

Related Questions