Batch.com Push Notification and Unlock Services
Works on iOS, Android
For Stencyl 3.4 and above
Stencyl extension for "Batch" (
http://www.batch.com) on iOS and Android. This extension allows you to easily integrate Batch on your Stencyl game / application. (
http://www.stencyl.com)
Many thanks to riki82 (Riccardo Mattavelli) for the block examples and iOS Publish turorialFeatures - Works on IOS and Android
- Register to batch.
- Unlock Feature and Ressource
- Push Notification service.
How to install this extensionStep 1- Go to:
http://byrobin.nl/store/product/batch-push-notifications-for-ios-and-android-stencylopenflAdd the extension to the cart en proceed with checkout. After you successfully placed the order, you will get an e-mail with the download link or go to “My Account” section where you can also find the download link.
Step 2- Install the zip file: Go to :
http://community.stencyl.com/index.php/topic,30432.0.htmlDocumentationMake an account and certificates at batch.com:
Documentation:
https://dashboard.batch.com/dociOS Only:The .ipa that is created by Stencyl will not allow you to upload it to the App Store, you get this error:
If you are ready to publish your game to the App Store, follow this tutorial how to upload your game to the App Store.
(Testing your game with Stencyl is no problem)https://github.com/byrobingames/batch/wiki/IOS-Build-and-Publish-to-iTunes-Connect-with-XcodeBlocks ExamplesStep 1: Follow the install instructions if you did not install the extension yet.
Step 2: Create an account on
http://www.batch.com and add your game(s).
Step 3:Init Batch SDK on your first (loading) scene (This will enable Push Notification and Unlock Service)
Step 4: Create your unlock reference on Batch Dashboard (only if you want to use the Unlock service else skip step 4 and 5):
Step 5: Setting up unlock blocks on your game:
Version History-0.5 release 2016-01-19
-0.6 release 2016-01-22 - IOS: You must build and create .ipa for publish with Xcode. See tutorial :
Tutorial