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)
This Extension Required the Toolset Extension Manager https://byrobingames.github.io
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.
To install this Engine Extension, go to the toolset (byRobin Extension Mananger) in the Extension menu of your game inside Stencyl.
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
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.
Enable Testads on the “AppLovinPage” in the Toolset.
Blocks
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)
Get “has user consented” (Europe users only)
Return true(YES) of false(NO) after user has consented.
Set “is user age restricted”
Get “is user age restricted”
Return true(YES) of false(NO) if user is age restricted.
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/
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/
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.