


The clientId is the GUID that is returned when you create a new application in the AMS Dashboard. The AMSLibrary constructer takes string clientId and string endPoint. Download AMS/andrlidlib/AMSLibarary.javaĢ. Move it to the same location where the dashboard folder existsġ. Download AMS/webservice folder if you don't already have itĢ. Open AMS/dashboard/includes/amslib.php and populate the following variablesġ. Import into your database: $>mysql -u < CreateTables.sqlģ.

Locate the AMS/Scripts/CreateTables.sqlģ. Create a new database (ex: amsUser): should have insert and select permissions availableĢ. MySql Database (mariaDB is also supported)ġ. While we don't know of any issues at this time, this is code, if you were to encounter a bug (which we're going to assume is not our fault) please do not hesitate to email us at We also take compliments and suggestions at this email. Examples of the information shown: Android version pie chart, agrregated event information, user path table, total users graph, etc. The goal is to display the data in the easiest way possible. The dashboard acts completely separate from the library and the webservice and does not communicate with them at all. Once the webservice receives a uniquely structured XML file, it will parse it out and will save it into the database. Once a logging request is called (it's asynchronous so the user won't even notice it!), the device will send an XML to the webservice with the information specified where it will get logged. It has functions for error, info, success, and warning logging. This library is a simple import into the Android applciation and then it will communicate with the webservice. The service is split up into three sections: AMS Android library, AMS Webservice, and the AMS Dashboard. This service has the ability to show information about the user or application behavior in a single, compact, and unified system. ************** READ ME File ******************ĪMS (Application Monitoring Service) is the easiest way to log information about any Android application.
