Skip to content
Discussion options

You must be logged in to vote

Hi!
To add an iOS device to Devicehub, make sure your ios-provider connects correctly to the triproxy services.
If you start them in docker the default ports will make up such a command (adjust it if needed):

stf ios-provider \
  --connect-sub tcp://127.0.0.1:7250 \
  --connect-push tcp://127.0.0.1:7270 \
  --connect-app-dealer tcp://127.0.0.1:7160 \
  --connect-dev-dealer tcp://127.0.0.1:7260 \
  --screen-ws-url-pattern 'ws://localhost:<%= publicPort %>' \
  --public-ip localhost \
  --provider localworker \
  --storage-url http://localhost/

See this chart for more info on how the units connect to each other.

Make sure:

  • New processes that spawn after the conneciton of an ios device conn…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@unnikrishnanpv89
Comment options

@irdkwmnsb
Comment options

@unnikrishnanpv89
Comment options

@irdkwmnsb
Comment options

Answer selected by irdkwmnsb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants