Testing Locally

Hello.

Possibly odd scenario: Xojo Web App needs to talk with an iPad application. (Note: The iPad application is a native iPad app written in Objective C. Why? The pair of apps is designed for use in machine shops, and we know from experience that wifi connectivity in the shop can be problematic or non-existent.)

Anyway, if I run both Xcode and Xojo on my computer at the same time, they can talk to each other (via localhost). What I would like to do now is move the iPad code to an actual iPad and have that talk to the Xojo web app ideally while I’m running it in the debugger.

Anyone done this? If so, what do I use for the URL?

-Bob Gordon

Use the ip address of your host computer rather than localhost.

Thank you. Works fine.

-Bob