I would like to check the user activity an app is tracking. The Audible app specifically.
e.g. does it log every tap? Does it log how long each session is etc.
Thank you.
This is not possible, no. Computers are not capable of this sort of sophisticated reasoning about a program's possible behaviors (see, for example, the Halting Problem, which shows that an algorithm can't even determine if a given program will finish running). Only a human reverse-engineering the software by hand could possibly make this determination, which would be a very time-consuming process for an app of even moderate complexity.