Here is a copy and paste. Apparently you need to log in to view this:
iOS Objective-C
This is the standard SDK made for developers who can call Objective-C methods.
1. Download SDK
iOS Objective-C SDK 2.4.4:
Download
2. Add mandatory frameworks
Drag and drop AdBuddiz.framework into your project.
In
Project target /
General /
Linked Frameworks and Libraries, also add the following system frameworks :
- SystemConfiguration.framework
- AdSupport.framework
- StoreKit.framework
3. Configure SDK
a) Configure SDK
No iOS app added yet!
Add an iOS app
b) Optional - Test Mode (show )
c) Optional - Logs (show )
4. Show ad
a) Show Ad
Wherever you want to display an ad, add the following import and SDK call.
We recommend this call be made where there is a natural break in play like between levels for example.
#import <AdBuddiz/AdBuddiz.h>[AdBuddiz showAd];
b) Optional - Delegate (show )
c) Optional - Request SDK Status (show )
Congratulations
The AdBuddiz SDK is now successfully integrated! Once you have displayed your first ad, the SDK status icon of your app should be
.
When submitting to the App Store, please follow
our Advertising Identifier (IDFA) guidelines.
Do not publish to the App Store if it's
or
, it means you have a problem. Please troubleshoot with the
Tech FAQ.