Giter Site home page Giter Site logo

shchvova / com.cabagomez-plugin.admobtapjoy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agramonte/com.cabagomez-plugin.admobtapjoy

0.0 1.0 0.0 2.41 MB

Tapjoy mediation support for Solar2d Admob Plugin

License: MIT License

Objective-C 93.77% C 5.95% Lua 0.28%

com.cabagomez-plugin.admobtapjoy's Introduction

com.cabagomez-plugin.admobtapjoy

Tapjoy mediation support for Solar2d Admob Plugin

To use:

  1. Add the plugin to your build settings like this:
["plugin_admobtapjoy"] = {
    publisherId = "com.cabagomez"
}
  1. Add the following to application child settings. Make sure to change the store you are targeting:
applicationChildElements =
    {
        ...
        [[
            <meta-data android:name="com.tapjoy.appstore" android:value="Amazon"/>
        ]],
        ...
    },
  1. Set up your mediations and keys in the Admob portal.

Options calls you can make:

local admobTapjoy = require( "plugin.admobtapjoy" )
admobTapjoy.setDebug(true) -- Or false.
admobTapjoy.setGcmSender() -- Have not tested this in a while. Suspect that it still works.
admobTapjoy.setUserLevel() -- Have not tested this in a while. Suspect that it still works.
admobTapjoy.setUserID( "fsdfsdf" )
admobTapjoy.setPrivacy( {
    underAge = true, 
    subjectToConsent = false, --subject to GDPR consent
    hasUserConsent = false -- required if subjectToConsent is true.
    } 
)

com.cabagomez-plugin.admobtapjoy's People

Contributors

agramonte avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.