Flurry with data mining
As we previously discussed, Flurry also provides the functionality to display ads. In this section, we will see how to implement this in our app with a good, efficient approach. Let's dive into full screen ads.
Getting ready
For this session, we will continue with the project that we made in the preceding section. Open the FlurryIntegration
Xcode project.
How to do it…
- Go to the Yahoo Developer site (https://dev.flurry.com/secure/login.do) and sign in with your credentials.
- Here, you will see the home page. Near the home button, you can see the Publishers button; click on it. From the name itself, it is obvious that it is made to publish something.
- This will navigate you to a different page. On this page, you will see four panels to the left. Open the third panel, Inventory, and select Ad Spaces.
- Here, perform basic setup for the ad. Name the ad, choose an application, and under Placement, select Fullscreen, and then click on Save Ad Space.
- Now, go to Xcode....