I copied the title from here as I have the same question, I went through the answers on that post, however, all of them require me to have physical access to the device. My question is how do I log something like an NSString on my clients' device which I don't have access to and then retrieve those logs. Is there a simple solution to this?
Asked
Active
Viewed 33 times
0
-
which logs you want, error logs? – PiyushRathi Aug 10 '18 at 05:16
-
Not really, I just want to have a simple NSString. – Tejas K Aug 10 '18 at 05:19
-
As we are added one API which sends us all logs which occurs when a customer uses App. So that will know which error comes. we also send logs as a string. We also keep creating a log file on each device so that all logs added in that, when customer raised some issue then we take that file. – PiyushRathi Aug 10 '18 at 05:22
-
Is that your own private API or something available on the internet, if Yes let me know the name. – Tejas K Aug 10 '18 at 05:29
-
Its our own private API. – PiyushRathi Aug 10 '18 at 05:30