Is there any API or other Syslog functionality for iPhone ? Would like to track network related event.
1 Answer
You can get crashlogs from iphone, or you can use something like analytics or testflight to log events and sessions. Either way, you'll have to collect the event data yourself and log it in the method you choose.
Your Answer
Think you can help? Login to answer this question!