How to debug iOS application using Xcode with Browserstack?

Viewed 252

I want to debug my application using Browserstack, Is it possible ? I can test whole application by uploading IPA, but I want to debug line by line like we do with simulator or using real device. I didn't find any document that help me to find a way to debug application using xcode and Browserstack.

1 Answers

BrowserStack cannot be used for line by line debugging as there is no feature to connect Xcode with BrowserStack.

It can be used for functionally testing your iOS apps.

Related