hovergames / avalon

Various extensions, helper and functions for cocos2d-x
Other
91 stars 37 forks source link

Add user location to Revmob and TapForTap #38

Closed michaelcontento closed 11 years ago

michaelcontento commented 11 years ago

WARNING: Depends on #36 and #37. Please merge them first!

With this PR ads::provider::Revmob and ads::provider::TapForTap will use the users location to increase the possible eCPM.

It's disabled by default and must be enabled with a preprocessor define named AVALON_PLATFORM_IOS_USE_CORELOCATION! Additionally the user has to add CoreLocation.framework to the project.