Files

AppBladeSDK PhoneGap Plugin

Plugin for PhoneGap that uses the AppBlade SDK.

##Installation - iOS

  1. Copy AppBlade.js from into your www directory.
  2. Copy AppBladePlugin.[hm] into your Plugins folder.
  3. Follow directions for adding plugins to your iOS project.
  4. Follow directions for adding the AppBlade SDK to your project, but do not edit the AppDelegate.
  5. Add -all_load to the other linker flags build setting for your target.
  6. 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