Plugin for PhoneGap that uses the AppBlade SDK.
##Installation - Android
- Copy
AppBlade.js
into yourwww
directory. - Add
AppBladePlugin.java
to your project. - Follow directions for adding plugins to your Android project.
- Follow directions for adding the AppBlade SDK to your project, but do not do the last 2 steps where you edit your main activity file.
- In your
index.html
, register for the"deviceready"
eventListener, and call the setup method with your SDK keys in this order: project, token, secret, issued timestamp.
See the Example project included for examples using the other functions of the SDK.
##Resources: ###AppBlade.com ###License and Terms