I am curious to know if there is an equivalent on iOS, of a "terminal/console" application.
Like the ones that you make in C++, when all that you need is to launch an app, let it do some operation (like testing, benchmarking, activities that does not require user intervention).
is possible to do so? If yes, is there a tutorial that show how to structure such app? Since it won't use UIKit nor any other graphic framework; I assume that you write it like you would write a regular C++ console application?
I am aware that iOS does not have termina, so it won't be interactive, but this doesn't mean that it cannot execute operation and report results; which can be saved in the common document area, and synced down with iTunes.