I have the following question to ask the wisdom of SO community:
What I have: A bunch of 3rd party .apk/.ipa file which I don't have source code of.
What I'm trying to do: Automatically run apps in emulator or other testing frameworks to generate/record app's network traffic. (I'm aware of the fact that lots of apps require login/signup in the first page, some sort of human involvement is okay)
All I care is the running network traffic from individual apps. The traffic sniffing part is straightforward. Any suggestion of open source or commercial emulator/testing frameworks available to archive what I'm trying to do?
Thanks very much.
Edit: seems the "Monkey" tool is promising for Android platform. Any similar tool available for iOS?