Port forwarding for device testing
For Android use adb from your AndroidSDK/platform-tools
./adb reverse tcp:666 tcp:6666
For iPhone it seems to magically work as long as it is connected via cable
./adb reverse tcp:666 tcp:6666
For iPhone it seems to magically work as long as it is connected via cable
Comments
Post a Comment