Is there a way I can monitor App Activity beyond whether or not an App has launched, using the above mentioned. If not is there a way I can monitor the usage of an ePub from iBooks or any epid reader?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I wont be able to help you with your IOS question. But for android there are tools to monitor your App's activity. I cant speak for every developer program but when using Eclipse with the android SDK you will be profited with a rather large ammount of tools. In Eclipse you can find these tools trough: Window>Show view>other (or hit ALT+SHIFT+Q , Q). In the screen you can look for the tools listed in the Android folder. |
|||||||||||||
|
For iOS, you can use Instruments to monitor app activity via USB. Select Xcode > Open Developer Tool > Instruments. Select a template based on the data you want and select a target app. Hit record and you're all set! |
|||||||||
|