osy / Jitterbug

Launch JIT enabled iOS app with a second iOS device
Apache License 2.0
1.05k stars 84 forks source link

Use VPN while on cell data #44

Closed BenjyWiener closed 2 years ago

BenjyWiener commented 2 years ago

Currently launching apps via VPN only works while connected to a WiFi network.

It should be possible to get it to work when on cell data by turning on Personal Hotspot and connecting to 172.20.10.1. (I've confirmed that you don't need any devices connected by running a local HTTP server with Pythonista.)

Entering the IP address manually doesn't work, presumably because Jutterbug doesn't try to connect via the VPN.

osy commented 2 years ago

Duplicate of #23