APFeedBack icon indicating copy to clipboard operation
APFeedBack copied to clipboard

Feedback to send iOS enabled developer NSLog file create .txt

Results 1 APFeedBack issues
Sort by recently updated
recently updated
newest added

I noticed the "feedbacklog.txt" file was not containing any of my logs, utilizing print() in a swift project. I changed Line #70 in DeviceInfo.m from ``` `freopen([logPath cStringUsingEncoding:NSASCIIStringEncoding],"a+",stderr);` ``` to...