Saturday, 27 September 2014

Adding Interstitial InneractiveAd in cocos2d-x IOS project

Add the Interstitial Ad by following the steps below:

1.Add -ObjC to other Linker Flags in your project:
 
Go to build settings and add -ObjC to Other Linker Flags

2.Add the following Frameworks to your application:
1.CoreTelephony.framework.
2.SystemConfiguration.framework.