For Stencyl 3.4 9280 and above
Stencyl extension for “StartApp” (http://www.startapp.com) for iOS and Android. This extension allows you to easily integrate StartApp on your Stencyl game / application. (http://www.stencyl.com)
This Extension Required the Toolset Extension Manager https://byrobingames.github.io
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.startapp.com and get your “AppId”.
Fill in your “AppId” in the Toolset Manager
Load an Interstitial of Rewarded Video first before you can show. Interstitial and Rewarded cannot load at the same time. Load next after the first one has showed.
Initialize StartApp
Use this block to initialize StartApp. Use this block once per user session (from the moment the user starts to play until the user quits the game). For example in a loading scene.
Hide/Show Banner
Use this block to hide or show banner ad.
Move Banner to
Use this block to move a banner ad to bottom or top.
Load Interstitial or Rewarded Video
Use this block to load Interstitial or Rewarded Video ads.
Show Interstitial of Rewarded Video
Use this block to show Interstitial or Rewarded Video ads. (load first before calling show)
Callback for Interstitial/ Rewarded Video
Use this block to get callbacks.
Set Consent
Sets consent for user (for Europe only).
Get Consent
Gets consent for user (for Europe only).
This software is opensource.
If you want to contribute you can make a pull request
Repository: https://github.com/byrobingames/startapp
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/startapp/issues
Need help with creating a issue?
https://help.github.com/articles/creating-an-issue/
http://www.startapp.com
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.