The release of our new SDK (version 2.05) has brought a few changes in the steps needed to successfully integrate the SDK in an app.  While only marginal, caution is required to avoid any mishaps. Please make sure you use the new instructions to avoid any issues and make sure ads are properly served.

Key changes affecting the manifest:

  • Renamed method PushAds to Ads
    android:name=”com.mm[APPID].android.Ads”
  • Added MINIMOB_OUTOFAPP declaration
    <meta-data android:name=”MINIMOB_OUTOFAPP” android:value=”true|false” />

New method to directly request an interstitial banner ad:
Minimob.showBanner(this, adCallbackListener);

Banner placement in an activity:
<com.mm[APPID].android.BannerAdView
android:layout_width=”fill_parent”
android:layout_height=”50dp”/>