applovin

Stencyl AppLovin Advertising Extension (Openfl)

For Stencyl 3.4 9280 and above

Stencyl extension for “AppLovin” (http://www.applovin.com) for iOS and Android. This extension allows you to easily integrate AppLovin on your Stencyl game / application. (http://www.stencyl.com)

Important!!

This Extension Required the Toolset Extension Manager https://byrobingames.github.io

applovintoolset

Main Features

GDPR Compliance
Under Privacy Settings in your Appovin Dashboard you can enable GDPR Compliance for EU.

Set Consent and Age Restricted programmatically See documantation and block section.

How to Install

To install this Engine Extension, go to the toolset (byRobin Extension Mananger) in the Extension menu of your game inside Stencyl.
toolsetextensionlocation
Select the Extension from the menu and click on “Download”

If you not have byRobin Extension Mananger installed, install this first.
Go to: https://byrobingames.github.io

Documentation and Block Examples

If you don’t have an account, create one on http://www.applovin.com and get your SDK KEY.

!!ON ANDROID YOU NEED TO ENABLE ADMOB ADS INSIDE STENCYL!!

Enter your SDK Key on the “AppLovinPage” in the Toolset.
applovinsdkkey

Enable Testads on the “AppLovinPage” in the Toolset.
applovinenbaletestads

Blocks








Privacy Settings

AppLovin SDK requires that publishers set a flag indicating whether a user located in the European Economic Area (i.e., EAA/GDPR data subject) has provided opt-in consent for the collection and use of personal data.

For users outside the EAA, this flag is not required to be set in the SDK and if set, will not impact how the ad is served to such non-EAA users.

Set “has user consented” (Europe users only)

applovinsetconsent

Get “has user consented” (Europe users only)
Return true(YES) of false(NO) after user has consented.
applovinsetconsent

Set “is user age restricted”

applovinsetagerestricted

Get “is user age restricted”
Return true(YES) of false(NO) if user is age restricted.
applovinsetagerestricted

Version History

Submitting a Pull Request

This software is opensource.
If you want to contribute you can make a pull request

Repository: https://github.com/byrobingames/applovin

Need help with a pull request?
https://help.github.com/articles/creating-a-pull-request/

ANY ISSUES?

Add the issue on GitHub
Repository: https://github.com/byrobingames/applovin/issues

Need help with creating a issue?
https://help.github.com/articles/creating-an-issue/

paypal

Privacy Policy

http://www.applovin.com

License

Author: Robin Schaafsma

The MIT License (MIT)

Copyright (c) 2014 byRobinGames http://www.byrobin.nl

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.