jpTapjoy

jpTapjoy

In-game ads and monetization
Version : 1.1
Price : $50
State : Outandroidipadiphone

Downloads

Changelog

v1.1

  • iOS : Compiled with TapJoy SDK 10.0.2 that is compliant with the latest Apple submission rules.

API

jpTapjoy.activate ( sUserToken, sActivationKey ) jpTapjoy.setup ( sAppId, sSecretKey, bOptEnableLogging, sOptUserID ) "onTapjoySetupFailed" ( ) "onTapjoySetupSucceed" ( nTotalPoints ) nPoints = jpTapjoy.getTapPoints ( ) jpTapjoy.awardTapPoints ( nPoints ) "onTapjoyAwardTapPointsSucceed" ( nTotalPoints ) "onTapjoyAwardTapPointsFailed" ( sError ) jpTapjoy.spendTapPoints ( nPoints ) "onTapjoySpendTapPointsSucceed" ( nTotalPoints ) "onTapjoySpendTapPointsFailed" ( sError ) jpTapjoy.showBannerAd ( kBannerSize ) "onTapjoyBannerAdFailed" ( sError ) jpTapjoy.hideBannerAd ( ) jpTapjoy.showFullScreenAd ( ) "onTapjoyFullScreenAdFailed" ( ) jpTapjoy.showOfferwall ( ) "onTapjoyOfferWallFailed" ( sError ) jpTapjoy.kBannerSize320x50 jpTapjoy.kBannerSize640x100 jpTapjoy.kBannerSize768x90 --Other user notification events: "onTapjoyViewDidClose" ( ) "onTapjoyDidEarnTapPoints" ( nPoints )

Description

Tapjoy is a monetization and distribution services provider for mobile applications. Its business model is that it allows players of supported games to install another application in place of making an in-game payment.

Tapjoy lets you display banners, offer wall and full screen ads. Tapjoy comes with a full monetization system that lets you reward the user with "Tap Points". The user can then spend those points or earn new ones by doing some actions like watching videos or downloading other apps that are available on the offer wall.

Information about the iOS library

  • Built around Tapjoy SDK 9.1.5 for iOS

Information about the Android library

  • Built around Tapjoy SDK 9.1.5 for Android
  • Must be compiled with Android API Level 13 or greater.
  • Compatible with Android 2.3 and greater.

Requirements

  • The jpEventQueue plugin is required (free)
  • The jpTools plugin is required (free)