Skip to content

liuqiaozhi/AdColony-Android-SDK-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdColony Android SDK

  • Modified: August 24th, 2017
  • SDK Version: 3.2.1

Overview

AdColony delivers zero-buffering, full-screen Instant-Play™ HD video, interactive Aurora™ Video, and Aurora™ Playable ads that can be displayed anywhere within your application. Our advertising SDK is trusted by the world’s top gaming and non-gaming publishers, delivering them the highest monetization opportunities from brand and performance advertisers. AdColony’s SDK can monetize a wide range of ad formats including in-stream/pre-roll, out-stream/interstitial and V4VC™, a secure system for rewarding users of your app with virtual currency upon the completion of video and playable ads.

Release Notes

Key Features of the SDK 3.2:

  • Android Oreo compatibility along with several bugs fixes, stabilty and security improvements.
  • User experience improvements via enhanced skippability controls and a new mute/unmute feature.
  • Post-install events APIs.
  • Crash reporting and a new, convenient test mode feature.

Here is the link to the release notes for all the previous SDK versions.

Getting Started

To get started, here is the link to Android SDK integration documentation.

Upgrade

SDK 2.x:

Please note that updating from our 2.x SDK is not a drag and drop update, but rather includes breaking API and process changes. In order to take advantage of the 3.x SDK, a complete re-integration is necessary. Please review our documentation to get a better idea on what changes will be necessary in your app.

SDK 3.x:

Updating from our previous SDK 3.x to SDK 3.2.1 requires the following addition to your proguard configuration:

-keepclassmembers class com.adcolony.sdk.ADCNative** {
    *;
 }

Partners using Instant-Feed should note the change to our callbacks here.

Update the AdColony library referenced by your project following the steps below:

Manual

  • Drag and drop the adcolony.jar into your project.
  • Drag and drop the native libraries your application supports into your project.

Via Gradle

Assuming our maven repo is added to your project (see our project setup guide), update your 'dependencies' configuration within your module's build.gradle to point to the latest version:

dependencies {
  /** 
   * Any other dependencies your module has are placed in this dependency configuration
   */
  compile 'com.adcolony:sdk:3.2.1'
}

Legal Requirements

By downloading the AdColony SDK, you are granted a limited, non-commercial license to use and review the SDK solely for evaluation purposes. If you wish to integrate the SDK into any commercial applications, you must register an account with AdColony and accept the terms and conditions on the AdColony website.

Note that U.S. based companies will need to complete the W-9 form and send it to us before publisher payments can be issued.

Contact Us

For more information, please visit AdColony.com. For questions or assistance, please email us at [email protected].

About

AdColony 3.2 Mobile Ads SDK for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published