Hey guys,
I need some help with accessing remote device profiler data. Here's the issue: I've got the game running perfectly on my device ( iPod touch 6g), I pushed it to Testflight and enabled external testing for some guys. They're reporting some framerate and performance issues on their devices (iphone 6 and 6+). How can I access their devices logs to analyze them? I was thinking about using Profiler.enableBinaryLog and uploading this .log.data file somewhere to my server, but the question is: how can I access this file to create WWWForm for upload, what's its path on iOS device? The Manual says that on iOS i can only access logs via XCode Organizer, but it needs physical connection to XCode, right? Any other ideas how to view profiler data on the remote device?
↧