sascsy / mopub-android-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoPub Android SDK

Thanks for taking a look at MoPub! We take pride in having an easy-to-use, flexible monetization solution that works across multiple platforms.

Sign up for an account at http://app.mopub.com/.

Help is available on the wiki.

Download

The MoPub SDK is distributed as source code that you can include in your application. MoPub provides two prepackaged archives of source code:

  • MoPub Android Full SDK.zip

    Includes everything you need to serve HTML and MRAID MoPub advertisiments and built-in support for Millennial Media third party ad network - Millennial Media - including the required third party binaries.

  • MoPub Android Base SDK.zip

    Includes everything you need to serve HTML and MRAID MoPub advertisements. No third party ad networks are included.

Integrate

Integration instructions are available on the wiki.

New in this Version

Please view the changelog for details.

  • Volley networking stack MoPub for Android now uses Google's Volley library for HTTP requests. You will need to add our bundled Volley JAR (available at mopub-sdk/libs/mopub-volley-1.0.0.jar) as a compile-time dependency. See instructions in our integration page.
  • Updated Vungle Support Certified the VungleInterstitial custom event against Vungle SDK 3.2.2
  • VAST Video Bug Fixes
    • Fixed inability to parse VAST tags referencing URLs that contain 3rd party macros
    • VAST videos no longer fire completion trackers upon video playback error
  • Added support for the mopubnativebrowser:// click-destination scheme for Native, MRAID, and VAST ads (it was already supported for HTML ads). Links of this type (e.g. mopubnativebrowser://navigate?url=http%3A%2F%2Fwww.mopub.com) will open the specified URL in the device's default browser, rather than in MoPub's in-app browser.

Requirements

  • Android 2.3.1 (API Version 9) and up
  • android-support-v4.jar
  • android-support-annotations.jar (New in 3.3.0)
  • Bundled Volley MoPub JAR (mopub-volley-1.0.0.jar) (New in 3.4.0)
  • Recommended Google Play Services 5.0.89 & up.

Upgrading from 3.2.0 and Prior

In 3.3.0 a dependency on android-support-annotations.jar was added. If you are using Maven or Gradle to include the MoPub SDK, this dependency is included in the build scripts. For instructions on adding dependencies for Eclipse projects, see our Getting Started Guide

License

We have launched a new license as of version 3.2.0. To view the full license, visit http://www.mopub.com/legal/sdk-license-agreement/.

About

License:Other


Languages

Language:Java 98.8%Language:JavaScript 1.2%