nilswx / strik

Mobile multiplayer word game with cocos2D
2 stars 0 forks source link

[Advertisements] Add ad support #8

Open matthijn opened 10 years ago

matthijn commented 10 years ago

Add the advertisements on good locations? (Make sure there is room! The 3.5" screen is smaller, so there won't be much room for example @ the board scene for that screen).

nilswx commented 10 years ago

We now have iAds! (position AdBanner.ccb nodes with SpriteBuilder)

matthijn commented 10 years ago

Would we want to have a full screen ad like every 5 / 10 rounds at the end of a match?

nilswx commented 10 years ago

iAd refers to these as 'interstitial advertisements'.

https://developer.apple.com/library/ios/documentation/userexperience/conceptual/iAd_Guide/Full-ScreenAdvertisements/Full-ScreenAdvertisements.html

Sadly they are only available on iPad!

matthijn commented 10 years ago

But there are other services who offer this! On iPhone, I've seen them in Candy Crush I think. And Subway Surf?

nilswx commented 10 years ago

Interesting. I also loved the ones in Tiny Tower. Do we want a Strik-styled popup like that? Or would the 'full screen out of nowhere' be better? We already have banners in the bottom of most scenes.

matthijn commented 10 years ago

Well, on 3.5" screens we won't have an and @ home (I think there is not enough room there) and in the game scene itself. I think placing one after like 5 matches just before displaying the scores when the match ends (thus an overlay which has to be closed) would be nice.