Matomo (formerly Piwik) is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages... and so much more.
Matomo aims to be an open source alternative to Google Analytics.
Matomo Mobile is the official Matomo app for iOS and Android phones and tablets. The reports generated by Matomo are accessible by using this mobile client. Our vision is to keep the Matomo Mobile app as close as possible to the website. That means same functionality and same look and feel.
« To create, as a community, the leading international Free/Libre web analytics application, providing access to all functionality through open components and open APIs. »
Or in short:
« Liberate Web Analytics »
Matomo Mobile is released under the GPL v3 license, see LICENSE.
See https://matomo.org/blog/category/piwik-mobile-changelog/
If you don't have Titanium SDK installed on your system have a look at From zero to app - Install Titanium Mobile. See Titanium CLI docs for the CLI commands.
sudo npm i -g titanium alloy
to install the Titanium CLIti sdk install latest --default
to install the Titanium SDKti build -p ios
or ti build -p android
to build the appti build -p android -b -K $pathKeyStoreFile -P $keystorePassword -L $alias -D production -T dist-playstore -O $outputDirectory
hello@matomo.org