What tools and services are available for monitoring user interaction in a running mobile (iOS) app? Is there a way to monitor users taps, time spent in between taps etc?
|
closed as not constructive by Benny Skogberg, JonW♦ Mar 11 at 21:02
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You could try an analytics site such as Bango which would highlight Average Session length, average sessions per day and unique users on Mobile Apps with real time analysis. |
|||
|
|
|
I'm currently experimenting with Mixpanel for browser based mobile apps (js support is req'ed aka "smartphones"); they also have native controls. You can initiate events with additional app-defined properties: For example UI element X clicked Y = ms after page was displayed in browser. This way you can get more data about what users are doing in your app beyond just basic click tracking. |
|||
|
|
|
VNC is my go to application for monitoring the screen of almost anything. For whatever platform you are using, search for a VNC server supporting your operating system. Then look for a VNC client for whatever platform you are using to monitor your user (Mac, PC, Linux). You can then use whatever screen recording tool you like to record the screen of the system being used to monitor the user. This minimizes the amount of resources and access you need to the users machine. |
|||
|
|
|
Since I cannot find a great solution, here is one solution:
These applications are great for the above solution
For the iPhone there are some apps to record the screen: or you could purchase these: http://www.geek.com/articles/mobile/review-project-or-record-your-phones-screen-with-project-a-phone-2008113/ |
||||
|
|
|
If they are web-based apps I'm sure you could rig up Google website optimizer for certain kinds of testing. http://www.google.com/websiteoptimizer However, I feel like quantitative information such as number of taps and delays would not be as valuable as other information obtained from directly observing users and interviewing participants after each experiment. |
|||||||||||
|