AdsSDK 1.0.3

AdsSDK 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2018

Maintained by Northex.



AdsSDK 1.0.3

  • By
  • Shift2mPlotProject

AdsSDK

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

AdsSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AdsSDK'

Further steps:

  1. Add to your AppDelegate file:
#import <AdsSDK/AdsSDK.h>
  1. In the method
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

Add the following initialization method:

[AdsSDK Create];
  1. In the class where you need a list of companies in the title:
#import <AdsSDK/AdsSDK.h>

and in the method, which gives the compaigns:

[AdsSDK getCompains]

Author

Shift2mPlotProject, [email protected]

License

AdsSDK is available under the MIT license. See the LICENSE file for more info.