This is a source code of CarQuiz game.
Download a CarQuiz in Appstore
https://itunes.apple.com/us/app/car-quiz-guess-brand-logo/id884834897?ls=1&mt=8
Quick Setup
1) Open CarQuiz-Info.plist file and change CFBundleIdentifier com.alexstart.carquiz to your app Bundle Identifier (example: com.YouGame.)
2) Open CarQuiz-Prefix.pch and change your identifiers for every ad you want to use
For PlayHaven
#define PLAYHAVAN_TOKEN @”5638118c59d84411b5ccc0091932dc5a”
#define PLAYHAVAN_SECRET @”303424d45d4f4fb08e65350c0856270e”
#define PLAYHAVAN_PLACE @”game_launch”
For Chartboost
#define ChartsBoostsAppID @”523f3a2717ba474e39000008”
#define ChartBoostsAppSignature @”81a2d6e128228d66a4409fdde8befc0659b37f52”
For RevMob
#define REVMOB_ID @”5211c347aee3909ff5000003”
3) By default App code hasn’t brand logo images because of tradermark copyright and use 2 dummy images as example. You need to fill database file with your own images. Read setup manual for more details.
4) Ready submit to Appstore