I need to generate a local log file which user can send us as mail, along with TestFlight implementation.
From TestFlighApp doc,
Using TFLogv you can have your method that accepts a variable number of arguments that then passes that format and argument list to TFLog.
So, i think i can capture whatever testflighapp intend to send over its server and have it collected in local file.
So, please guide me if i am in the right direction and how i can make use of this function.