There's an app my team is developing in Android Java using Android Studio.
The app works alright on all our test devices, however it shows some bugs on the client's device.
Is it possible to somehow connect the client's device to his network and make this device available on a developer machine for debugging over the internet?
It was pointed to me that this answer already answers my question. I agree that it does in part; it teaches how to connect the client adb to the adb server on a remote network. Still, can I use Android Studio to debug the phone?
Maybe VPN can be used? I don't know much about VPNs, so suggestions of which would work would be awesome.
Thank you.