We've got a tabbed app that runs in portrait, where just one tab has a
landscape mode. We're afraid users will never discover it.
Thoughts?
Cheers,
Paul
This brings up an idea I've wanted to implement: I want an automated
user-usage feedback tool.
Microsoft has a system called SQM (Software Quality Metrics)/CEIP
(Customer Experience Improvement Program") that, after an opt-in,
sends anonymized usage stats for them to help improve their apps. For
example, if tens of millions of people are regularly using the same
menu-sequences over and over they'd like to detect this and add a
button to a toolbar to make it easier.
I talk with a ton of app developers and *nobody* knows which features
in their apps people are using. You could use Matt Gallagher's view-
introspection goodness[1] as a starting point. Use this stuff to grab
the state of the screen at useful intervals. Store-and-forward them
back to a server for reporting.
[1]http://cocoawithlove.com/2008/11/automated-user-interface-testing-on.html
Paul could ship his app without any hint icons (inline with the HIG)
and if it lies largely undiscovered then you could put in hints (out
of line with the HIG).
This brings up an idea I've wanted to implement: I want an automated
user-usage feedback tool.