mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-13 16:38:08 -05:00
AppBladeSDK PhoneGap Plugin
Plugin for PhoneGap that uses the AppBlade SDK.
##Installation - iOS
- Copy
AppBlade.jsfrom into yourwwwdirectory. - Copy
AppBladePlugin.[hm]into your Plugins folder. - Follow directions for adding plugins to your iOS project.
- Follow directions for adding the AppBlade SDK to your project, but do not edit the
AppDelegate. - Add
-all_loadto theother linker flagsbuild setting for your target. - 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