CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Bys-Mobile-Ads-SDK 2.1.4

Bys-Mobile-Ads-SDK 2.1.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2017

Maintained by TemaSir.



  • By
  • TemaSir

Usage

After some setup, using Bys-Mobile-Ads-SDK is really simple. You can access an API like this
#import "AppDelegate.h"
#import <BYSDKMobileAds/BYSDKMobileAds.h>

@interface AppDelegate ()

@end

@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    [BYSDKAppInstall installApp];
    return YES;
}