levyitay / 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/.

Need Help?

You can find integration documentation on our wiki and additional help documentation on our developer help site.

To file an issue with our team visit the MoPub Forum.

Note: We will be deprecating the use of GitHub issues in the near future and migrating all issues to the forum to provide a faster response time.

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.

  • Updated GooglePlayServices custom events to depend on the Google Play Services play-services-ads 7.0.0 API.

  • Vungle support updated to SDK 3.3.3.

  • Updated InMobi and Greystripe custom events to accept application IDs from the MoPub UI.

    • For InMobi: {"app_id" : "YOUR_INMOBI_APP_ID"}
    • For Greystripe: {"GUID" : "YOUR GREYSTRIPE_GUID"}
  • Updated the following dependencies:

    • support-v4 AAR to 22.0.0
    • support-annotations JAR to 22.0.0
    • Android Maven Plugin to 4.2.0
  • Bug Fixes

Requirements

  • Android 2.3.1 (API Version 9) and up
  • android-support-v4.jar, r22 (Updated in 3.7.0)
  • android-support-annotations.jar, r22 (Updated in 3.7.0)
  • MoPub Volley Library (mopub-volley-1.1.0.jar - available on JCenter) (Updated in 3.6.0)
  • Recommended Google Play Services 7.0.0

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.9%Language:JavaScript 1.1%