Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am used to testing my websites with interaction analytic tools like crazy egg, which enable me to see how people interact with my site, where they touch it and what visual attracts them.

Do you know any SDK's or tools that will enable me to view similar analytics for my iPhone or iPad, iOS app? I don't really want to write it myself. Just looking for a simple SDK with minimum setup to make it work.

NOTE: I'am not talking about flurry, or localytics, those are plain statistical analytic tools I need visual tools that measure or show user behavior.

share|improve this question
heatma.ps is one I hear about often these days. – Luke Nov 25 '11 at 11:55
Thanks, heatma.ps looks interesting, I will give it a try. – BJ Clock Nov 25 '11 at 12:03

1 Answer

up vote 8 down vote accepted

I had the same problem. I found and use heatmaps SDK. This tool lets you view how people use your application by showing you the heatmap (places where they touch it).

It also gave me pretty great info about the gestures people make when they use my app. I didn't have any gestures implemented, and it discovered if people try to scroll the screen or pinch a photo. I was surprised to find out that people thought they could just swipe to another screen instead of tapping on the button. Lesson learned.

Here is the screen shot of the heatmap. You can also see my question How to show heatmaps on all visible elements at once? where I posted my heatmap when I did tests.

heatma.ps SDK

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.