Getting Started Guide
Last updated
Last updated
Get Started
To display Adx3 ads, the first step is to integrate the Adx3 Mobile Ads SDK into the app. After integrating the ad SDK, you can continue to implement one or more supported ad formats.
Use Xcode 13.4.1 or higher
Target iOS 10.0 or higher
Recommendation: Management terminal background application SDK and advertising slot ID
Unzip the SDK frameworks, then import the following frameworks into your Xcode project:
Adx3Framework.framework
Add the -ObjC
linker flag to Other Linker Flags in your project's build settings:
Update your app'sInfo.plist
file to add the following key:
Before loading the ad, please call the initWithAppId:(NSString *)appId success:(isSuccess)success method on [Adx3AdManager sharedManager]. This method will initialize the SDK, and after the initialization is complete, call back the result of the initialization. This only needs to be done once, preferably at the app startup. It is recommended that you call initWithAppId:(NSString *)appId success:(isSuccess)success as early as possible The following example shows how to call the initWithAppId:initWithAppId: (NSString *)appId success:(isSuccess)success method in the Applegate
App open ads are a special ad format for publishers who want to load ads on app launch. Users can close the open-screen advertisement at any time.
The full-screen ad covers the app UI until dismissed by the user. They are best displayed at natural pauses in the app's execution flow, such as between game levels or after the user has just completed a task.
Rectangular ads that appear at the top or bottom of a device's screen. Banner ads stay on the screen while the user interacts with the app and can automatically refresh after a period of time.
Ads that reward users for watching short videos and interacting with playable ads and surveys. Good for monetizing free-to-play users.
Customizable ads that match the look and feel of your app. You decide how and where they're placed, so the layout is more consistent with your app's design.
Ads customized for lists or waterfall layouts