Scenario 3 - Developer tests and debugs web or native code using a physical device

This is similar to 'Scenario 2 - Developer tests and debugs web or native code using the native emulator.' The only difference is that testing and debugging is done with a physical device that is attached to the developer's machine through a USB connection. When launching the application in the native SDK, the developer chooses to use the device as the target instead of the emulator.

Feedback