Can the development build installed on my phone be used and debugged through the Internet like Expo Go App does?

Currently I am working on a map app that tracks users position and generate their walking route. I wish I can go outdoor and test if the app can tracks the users’ position in time. Currently I have set up a EAS build and now I can connect my developement build to my computer and test it wirelessly through WiFi, but it lost connection to Metro once I disconnect the WiFi connection.

hey there! you could switch to using a tunnel connection so you don’t lose your connection: Development Workflows - Expo Documentation

alternatively, the ios simulator lets you simulate movement, so you could do that