Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.65 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.65 KB

This plugin is designed to provide Construct 2 developers with access to WebWorks 2.0 APIs for integration in their Construct 2 games. Currently supported APIs include:

  • In-App Payments
    • Get Existing Purchases
    • Get Digital Good Price
    • Make Purchase
    • Clear Purchase Cache (sandbox testing only)

To fully test these APIs, you will need a physical BlackBerry 10 device.

Please report any issues with this plugin through the Github Issue Tracker. Any additional feedback can be sent to Erik Oros via Twitter (@WaterlooErik) or email (eoros@blackberry.com).

webworks

This folder contains the actual plugin that provides native API functionality for your Construct 2 application. The webworks folder should be copied as a subfolder of your plugins folder. Example:

C:\Program Files\Construct 2\exporters\html5\plugins\webworks

CAPX

The CAPX file provided is a full Hello World sample to demonstrate the usage of the plugin. Before opening the CAPX file, you will need to install the webworks plugin by copying the folder to your Construct 2 plugins folder as noted above.

DISCLAIMER

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.