Remote iOS debugging on external devices

I'm not sure if I can remotely debug an application running on the Iphone that is not near me? We are testing your application. but some users have problems that sometimes we can’t replicate and don’t know where to start digging in this case. Therefore, it would be very easy for us when we can just connect the remote debugger via the Internet to the device. Is it possible somehow? Most of the guys using the application could remove the PC on it (but most don't use macs ...) and run the tools there, maybe this is a simpler solution?

For Mac Os, I found this http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/XcodeDebugging/300-Debugging_Programs_Remotely/remote_debugging.html But this is not for iOS ...

thanks a lot already

+3
source share
3 answers

Our company has just released a service for this very purpose: http://apphance.com . This allows you to integrate your application very easily (5 minutes) - add the framework project basically and enable all the features of remote debugging (you can access all from a very nice web panel):

  • You can view the logs of the running application (in real time)
  • , (, wifi/gprs, , ).
  • .
  • , , .
  • .....

-, , , .

+5

, , - ( Xcode Organizer iTunes Connect ), , , . , GDB.

+2

Check out https://testflightapp.com/sdk/ , you can get crash reports, deleted logs, see how testing goes, and much more, see the link for further details.

0
source

Source: https://habr.com/ru/post/1795970/


All Articles