2

When a user clicks a button, I want a full screen iAd to appear, before the user can continue.

I can create the popup view, but how do I fill the whole view with an iAd? (e.g. like its done in wordfeud)

2 Answers 2

5

ADInterstitialAd (or full screen iAd) is only available for the iPad. You can't use it on the iPhone.

From iAd Programming Guide:

Full-Screen Advertisements are Only Available on iPad

Have a look at that guide to see how to implement full-screen iAds on the iPad.

Sign up to request clarification or add additional context in comments.

Comments

0

Use the ADInterstitialAd class. You can present it from another view controller (e.g. your main game board’s) with -presentFromViewController:, or within an existing view with -presentInView:.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.