Integrate your app / Blackberry |
Integrate your BlackBerry app with Localytics by following these instructions.
We recommend that customers developing apps with the WebWorks framework follow our HTML5 Integration Guide. BlackBerry additionally has an example WebWorks project instrumented with Localytics on their GitHub page.
For Cascades developers, the rest of this guide will show you how to instrument your BlackBerry Cascades app with Localytics.
This SDK provides Cascades support by introducing a simple to use Localytics QML interface, allowing you to easily instrument Localytics in your QML markup. Internally, this interface translates all incoming calls to JavaScript, and uses HTML5 and JavaScript to power our analytics engine. Customers needing to directly call tagging code from C++ may also opt to directly embed localytics.js in a ‘WebPage’ or ‘WebView’ object from their C++ code.