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)
- Interstitial/Video Support.
- Rewarded Video Support.
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.
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)
- If the user has consented, please set the following flag to YES.
- If the user has not consented, please set the following flag to NO.
Get "has user consented" (Europe users only)
Return true(YES) of false(NO) after user has consented.
Set "is user age restricted"
- If the user is known to be in an age-restricted category (i.e., under the age of 16) please set the following flag to YES.
- If the user is known to not be in an age-restricted category (i.e., age 16 or older) please set the following flag to NO.
Get "is user age restricted"
Return true(YES) of false(NO) if user is age restricted.
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.













