In the set up development project the documentation said "Fetch libinappanalytics and libinappanalytics-dev packages from the repository and add them to your project's dependencies". Can any one show me how to do this step?
Thanks.
In the set up development project the documentation said "Fetch libinappanalytics and libinappanalytics-dev packages from the repository and add them to your project's dependencies". Can any one show me how to do this step?
Thanks.
"Fetch libinappanalytics and libinappanalytics-dev packages" means you have to perform an "apt-get install libinappanalytics-dev" in scratchbox to fetch the packages.
It looks to me it's not available in the Qt SDK, since it fails to find analytics.h include file.
Hi,
From what I've understood the documentation looks a little bit obsolete, and a bug should be raised for that.
Btw in my understanding Nokia is offering only the declarative API and not the C++ API (libanalytics.so.3.0.4-4 and analytics.h are missing in the Qt SDK!).
In fact you can add the QML code written in the snippets in this page: http://harmattan-dev.nokia.com/docs/...tics/main.html
and it will work.
BTW in general if you have a .deb file you can add it to your Qt SDK using madde tools:
1. open a MADDE terminal
2. use 'mad-admin xdpkg -i mypackage.deb'
Is it okay for you to use the QML API?
Hi,
The In-App Analytics project has its own project page at
http://projects.developer.nokia.com/inappanalytics
Basically, the In-App Analytics API is not part of the standard Qt SDK. Instead, in order to use it, you should register your application. After the registration you will be able to download the In-App Analytics SDK, which is an add-on to the Qt SDK 1.1. All the details are at the project page, including how to register.
There is both a C++ API and a declarative QML API available for In-App Analytics.